Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
df9f5998
提交
df9f5998
authored
6月 09, 2021
作者:
pengxiaohui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
内容优化
上级
9a1c0d10
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
28 行增加
和
19 行删除
+28
-19
footer.vue
src/components/layout/footer.vue
+3
-2
rightAside.vue
src/components/layout/rightAside.vue
+1
-1
index.vue
src/pages/home/index.vue
+16
-8
index.vue
src/pages/project/index.vue
+4
-4
index.vue
src/pages/recruitInfo/index.vue
+3
-3
index.vue
src/pages/teaching/index.vue
+1
-1
没有找到文件。
src/components/layout/footer.vue
浏览文件 @
df9f5998
...
...
@@ -19,7 +19,8 @@
<!-- 电话:010-62793909
<br
/>
E-mail:chinafflg@ezijing.com
<br
/>
-->
地址:北京市海淀区中关村东路1号院7号楼5层
<br
/>
邮编:100000
邮编:100000
<br/>
联系电话:010-62792937
</p>
</div>
<div
class=
"qrcode"
>
...
...
@@ -65,7 +66,7 @@ export default {
menuList
:
[
{
title
:
'中国教育部'
,
href
:
'http://www.moe.gov.cn/'
},
{
title
:
'中国涉外教育监管网'
,
href
:
'http://jsj.moe.gov.cn/'
},
// { title: 'CRCS瑞士恺撒里兹大学', href: 'http://www.shms.com
' },
{
title
:
'瑞士酒店管理大学MBA'
,
href
:
'https://shms.ezijing.com/index
'
},
{
title
:
'Swiss Education Group '
,
href
:
'www.swisseducation.com'
}
]
}
...
...
src/components/layout/rightAside.vue
浏览文件 @
df9f5998
...
...
@@ -48,7 +48,7 @@ export default {
return
{
tabBtnActive
:
false
,
tabBtnTarget
:
''
,
projectName
:
'
本科 / 硕士
课程'
,
projectName
:
'
国内1+2
课程'
,
sendCode
:
''
,
isBtnDisabled
:
false
,
formInfo
:
{
...
...
src/pages/home/index.vue
浏览文件 @
df9f5998
...
...
@@ -22,13 +22,19 @@
<div
class=
"txt"
>
报名申请
</div>
<div
class=
"block"
></div>
</li>
<li>
<
!--
<
li>
<a
target=
"_black"
href=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ajsa/%E6%9C%AC%E7%A7%91%E5%9B%BD%E5%86%85%E9%A2%84%E7%A7%91%E8%AF%BE%E7%A8%8B%E7%AE%80%E7%AB%A0-%E5%BC%A0%E8%80%81%E5%B8%88.pdf"
>
<div
class=
"icon"
>
<img
src=
"../../assets/img/lang/banner-i2.png"
/>
</div>
<div
class=
"txt"
>
招生简章
</div>
</a>
</li>
-->
<li
@
click=
"goPage('/teaching')"
>
<div
class=
"icon"
>
<img
src=
"../../assets/img/lang/banner-i2.png"
/>
</div>
<div
class=
"txt"
>
招生简章
</div>
</li>
<li
@
click=
"goPage('/project')"
>
<div
class=
"icon"
>
...
...
@@ -36,11 +42,13 @@
</div>
<div
class=
"txt"
>
项目介绍
</div>
</li>
<li
@
click=
"goPage('/recruit')"
>
<div
class=
"icon"
>
<img
src=
"../../assets/img/lang/banner-i4.png"
/>
</div>
<div
class=
"txt"
>
资料下载
</div>
<li>
<a
target=
"_black"
href=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ajsa/SEG%E6%9C%AC%E7%A7%91%E5%9B%BD%E5%86%85%E8%AF%BE%E7%A8%8B%E7%AE%80%E7%AB%A0.pdf"
>
<div
class=
"icon"
>
<img
src=
"../../assets/img/lang/banner-i4.png"
/>
</div>
<div
class=
"txt"
>
资料下载
</div>
</a>
</li>
<li
@
click=
"goPage('/recruit', 2)"
>
<div
class=
"icon"
>
...
...
@@ -144,13 +152,13 @@
<div
id=
"videoAlert"
v-if=
"videoShow"
>
<div
class=
"cont"
>
<div
class=
"close-box"
@
click=
"videoShow = false"
></div>
<video
src=
"https://
zws-imgs-pub.ezijing.com/pc/seg_crcs/video
.mp4"
controls
autoplay
ref=
"video"
></video>
<video
src=
"https://
webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ajsa/SWISS-EDUCATION-GROUP
.mp4"
controls
autoplay
ref=
"video"
></video>
</div>
</div>
</div>
<div
class=
"module4"
>
<div
class=
"con970 floats"
>
<div
class=
"swiper-mian"
@
click=
"goPreview('https://
mp.weixin.qq.com/s/XJjmGRDArexfwVAUzgW_BA
')"
>
<div
class=
"swiper-mian"
@
click=
"goPreview('https://
webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ajsa/SEG%E6%9C%AC%E7%A7%91%E5%9B%BD%E5%86%85%E8%AF%BE%E7%A8%8B%E7%AE%80%E7%AB%A0.pdf
')"
>
<swiper
:options=
"swiperOptions2"
ref=
"mySwiper2"
class=
"item-swiper"
>
<swiper-slide>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/e34bb2b57413a02784a91140d0187b85.jpg"
/>
...
...
src/pages/project/index.vue
浏览文件 @
df9f5998
...
...
@@ -2,15 +2,15 @@
<div>
<div
class=
"modul1"
>
<ul
class=
"tap-btn"
>
<li
:class=
"showIndex === 1 ? 'active' : ''"
@
click=
"tap(1)"
>
项目介绍
</li>
<li
:class=
"showIndex === 2 ? 'active' : ''"
@
click=
"tap(2)"
>
项目特色
</li>
<li
:class=
"showIndex === 1 ? 'active' : ''"
@
click=
"tap(1)"
>
本科1+2项目
</li>
<li
:class=
"showIndex === 2 ? 'active' : ''"
@
click=
"tap(2)"
>
硕士直通车项目
</li>
</ul>
</div>
<div
class=
"tap-item-box"
>
<div
class=
"t-item2 con970"
v-show=
"showIndex === 1"
>
<div
class=
"t-item2 con970"
>
<news
:data=
"newsData"
></news>
</div>
<div
class=
"t-item2 con970"
v-show=
"
showIndex === 2
"
>
<div
class=
"t-item2 con970"
v-show=
"
false
"
>
<news
:data=
"newsData2"
></news>
</div>
</div>
...
...
src/pages/recruitInfo/index.vue
浏览文件 @
df9f5998
...
...
@@ -4,8 +4,8 @@
:data=
"bannerTabData"
@
changeTab=
"changeTab"
></banner-tab>
<apply
v-show=
"activeIndex == 0"
:data=
"content"
></apply>
<support
v-show=
"
activeIndex == 1
"
:data=
"content"
></support>
<apply
:data=
"content"
></apply>
<support
v-show=
"
false
"
:data=
"content"
></support>
</div>
</
template
>
<
script
>
...
...
@@ -22,7 +22,7 @@ export default {
data
()
{
return
{
bannerTabData
:
{
menu
:
[
'
有关申请'
,
'有关费用
'
],
menu
:
[
'
本科申请'
,
'硕士申请
'
],
imgUrl
:
'https://zws-imgs-pub.ezijing.com/static/public/d94d3b94c95674ebc6d1932b3322cb14.png'
},
activeIndex
:
0
,
...
...
src/pages/teaching/index.vue
浏览文件 @
df9f5998
...
...
@@ -37,7 +37,7 @@ export default {
data
()
{
return
{
bannerTabData
:
{
menu
:
[
'
预科
课程设置'
],
menu
:
[
'课程设置'
],
imgUrl
:
'https://zws-imgs-pub.ezijing.com/static/public/03036d9b2460f3b182c929e4b3af0eb2.png'
},
activeIndex
:
0
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论