Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
e14726b8
提交
e14726b8
authored
12月 07, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改图片,添加备案信息
上级
3f2451b4
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
42 行增加
和
16 行删除
+42
-16
footer.vue
src/components/layout/footer.vue
+27
-1
index.vue
src/pages/alumniWork/index.vue
+3
-3
index.vue
src/pages/presence/index.vue
+1
-1
index.vue
src/pages/project/index.vue
+3
-3
apply.vue
src/pages/recruitInfo/components/apply.vue
+3
-3
support.vue
src/pages/recruitInfo/components/support.vue
+2
-2
setCourse.vue
src/pages/teaching/components/setCourse.vue
+1
-1
index.vue
src/pages/videoCenter/index.vue
+2
-2
没有找到文件。
src/components/layout/footer.vue
浏览文件 @
e14726b8
...
@@ -31,7 +31,14 @@
...
@@ -31,7 +31,14 @@
</div>
</div>
</div>
</div>
<div
class=
"copyright"
>
<div
class=
"copyright"
>
<div
class=
"inner"
><p>
版权所有@清控紫荆
</p></div>
<div
class=
"inner2"
>
<p>
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司 京ICP证150431号
</p>
<a
class=
"record"
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
alt=
""
>
<p>
安备 11010802023681号
</p>
</a>
<p>
京ICP备15016866号-1
</p>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -108,6 +115,25 @@ export default {
...
@@ -108,6 +115,25 @@ export default {
line-height
:
40px
;
line-height
:
40px
;
color
:
#fff
;
color
:
#fff
;
background
:
#ccc
;
background
:
#ccc
;
.inner2
{
width
:
100%
;
justify-content
:
center
;
display
:
flex
;
p
{
font-size
:
12px
;
}
.record
{
align-items
:
center
;
display
:
flex
;
margin-right
:
5px
;
img
{
width
:
20px
;
height
:
20px
;
margin
:
0
6px
;
display
:
block
;
}
}
}
}
}
}
}
</
style
>
</
style
>
src/pages/alumniWork/index.vue
浏览文件 @
e14726b8
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"cont-mian center97"
>
<div
class=
"cont-mian center97"
>
<div
class=
"module"
v-if=
"activeIndex == 0"
>
<div
class=
"module"
v-if=
"activeIndex == 0"
>
<div
class=
"left-txt"
v-html=
"content"
></div>
<div
class=
"left-txt"
v-html=
"content"
></div>
<img
src=
"
../../assets/img/recruitInfo/alumni-m1-i1
.png"
alt=
""
class=
"exh"
/>
<img
src=
"
https://zws-imgs-pub.ezijing.com/static/public/3128bdbea80c04f1cbe1d3d5c600f2c5
.png"
alt=
""
class=
"exh"
/>
</div>
</div>
<div
class=
"module"
v-if=
"activeIndex == 1"
>
<div
class=
"module"
v-if=
"activeIndex == 1"
>
<div>
<div>
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<video
<video
width=
"420"
width=
"420"
controls
controls
src=
"https://zws-imgs-pub.ezijing.com/static/public/
cc405958b5e0a301eaa81ca4234141f
4.mp4"
src=
"https://zws-imgs-pub.ezijing.com/static/public/
630810d0c5276d1195325d88d40a003
4.mp4"
></video>
></video>
</div>
</div>
</div>
</div>
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<li
:key=
"index"
@
click=
"goPage(item.source)"
>
{{
item
.
title
}}
</li>
<li
:key=
"index"
@
click=
"goPage(item.source)"
>
{{
item
.
title
}}
</li>
</
template
>
</
template
>
</ul>
</ul>
<img
src=
"
../../assets/img/recruitInfo/alumni-m1-i1
.png"
alt=
""
class=
"exh"
/>
<img
src=
"
https://zws-imgs-pub.ezijing.com/static/public/3128bdbea80c04f1cbe1d3d5c600f2c5
.png"
alt=
""
class=
"exh"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/pages/presence/index.vue
浏览文件 @
e14726b8
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div
class=
"list-box"
>
<div
class=
"list-box"
>
<list
:data=
"listData"
></list>
<list
:data=
"listData"
></list>
</div>
</div>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/
d92feb882caacd44d18f05c996494f14
.png"
alt=
""
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/
b998e6153f6814da345834d585fe28b7
.png"
alt=
""
/>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
src/pages/project/index.vue
浏览文件 @
e14726b8
...
@@ -45,15 +45,15 @@ export default {
...
@@ -45,15 +45,15 @@ export default {
requestType
=
[
requestType
=
[
{
{
name
:
'紫荆教育'
,
name
:
'紫荆教育'
,
image
:
'https://zws-imgs-pub.ezijing.com/static/
build/learn-mba/resources/m1-c1-img1.fc81eacb
.png'
image
:
'https://zws-imgs-pub.ezijing.com/static/
public/f62705e4cad2efda7a3c79a3125ff344
.png'
},
},
{
{
name
:
'索菲亚大学'
,
name
:
'索菲亚大学'
,
image
:
'https://zws-imgs-pub.ezijing.com/static/
build/learn-mba/resources/m1-c1-img1.fc81eacb
.png'
image
:
'https://zws-imgs-pub.ezijing.com/static/
public/9a49ef7992a20616d4d2b7b30d387f9c
.png'
},
},
{
{
name
:
'联合办学背景'
,
name
:
'联合办学背景'
,
image
:
'https://zws-imgs-pub.ezijing.com/static/
build/learn-mba/resources/m1-c1-img1.fc81eacb
.png'
image
:
'https://zws-imgs-pub.ezijing.com/static/
public/9a49ef7992a20616d4d2b7b30d387f9c
.png'
}
}
]
]
}
else
{
}
else
{
...
...
src/pages/recruitInfo/components/apply.vue
浏览文件 @
e14726b8
...
@@ -33,15 +33,15 @@ export default {
...
@@ -33,15 +33,15 @@ export default {
const
requestType
=
[
const
requestType
=
[
{
{
name
:
'申请条件'
,
name
:
'申请条件'
,
image
:
'https://zws-imgs-pub.ezijing.com/static/
build/learn-mba/resources/m1-c1-img1.fc81eacb
.png'
image
:
'https://zws-imgs-pub.ezijing.com/static/
public/7f972b57efd8b5783a286ff219111679
.png'
},
},
{
{
name
:
'申请流程'
,
name
:
'申请流程'
,
image
:
'https://zws-imgs-pub.ezijing.com/static/
build/learn-mba/resources/m1-c1-img2.375edc9f
.png'
image
:
'https://zws-imgs-pub.ezijing.com/static/
public/7f972b57efd8b5783a286ff219111679
.png'
},
},
{
{
name
:
'常见问题'
,
name
:
'常见问题'
,
image
:
'https://zws-imgs-pub.ezijing.com/static/
build/learn-mba/resources/m1-c1-img3.409221a3
.png'
image
:
'https://zws-imgs-pub.ezijing.com/static/
public/7f972b57efd8b5783a286ff219111679
.png'
}
}
]
]
requestType
.
map
((
item
,
index
)
=>
{
requestType
.
map
((
item
,
index
)
=>
{
...
...
src/pages/recruitInfo/components/support.vue
浏览文件 @
e14726b8
...
@@ -45,11 +45,11 @@ export default {
...
@@ -45,11 +45,11 @@ export default {
const
requestType
=
[
const
requestType
=
[
{
{
name
:
'学费'
,
name
:
'学费'
,
image
:
'https://zws-imgs-pub.ezijing.com/static/
build/learn-mba/resources/m2-c1-img1.7b7f69c0
.png'
image
:
'https://zws-imgs-pub.ezijing.com/static/
public/7f972b57efd8b5783a286ff219111679
.png'
},
},
{
{
name
:
'贷款'
,
name
:
'贷款'
,
image
:
'https://zws-imgs-pub.ezijing.com/static/
build/learn-mba/resources/m2-c1-img2.7985a971
.png'
image
:
'https://zws-imgs-pub.ezijing.com/static/
public/7f972b57efd8b5783a286ff219111679
.png'
}
}
]
]
requestType
.
map
((
item
,
index
)
=>
{
requestType
.
map
((
item
,
index
)
=>
{
...
...
src/pages/teaching/components/setCourse.vue
浏览文件 @
e14726b8
...
@@ -23,7 +23,7 @@ export default {
...
@@ -23,7 +23,7 @@ export default {
const
requestType
=
[
const
requestType
=
[
{
{
name
:
'课程设置'
,
name
:
'课程设置'
,
image
:
'https://zws-imgs-pub.ezijing.com/static/build/learn-mba/resources/m
1-c1-img1.fc81eacb
.png'
image
:
'https://zws-imgs-pub.ezijing.com/static/build/learn-mba/resources/m
2-r-img.b002ecd2
.png'
}
}
]
]
requestType
.
map
((
item
,
index
)
=>
{
requestType
.
map
((
item
,
index
)
=>
{
...
...
src/pages/videoCenter/index.vue
浏览文件 @
e14726b8
...
@@ -31,13 +31,13 @@ export default {
...
@@ -31,13 +31,13 @@ export default {
id
:
0
,
id
:
0
,
title
:
'宣讲会实录'
,
title
:
'宣讲会实录'
,
content
:
''
,
content
:
''
,
image
:
'https://zws-imgs-pub.ezijing.com/static/
build/learn-mba/resources/m2-r-img.b002ecd2
.png'
image
:
'https://zws-imgs-pub.ezijing.com/static/
public/09a620add2643574f9f0de4424db5ebe
.png'
},
},
{
{
id
:
1
,
id
:
1
,
title
:
'项目介绍'
,
title
:
'项目介绍'
,
content
:
''
,
content
:
''
,
image
:
'https://zws-imgs-pub.ezijing.com/static/
build/learn-mba/resources/m2-r-img.b002ecd2
.png'
image
:
'https://zws-imgs-pub.ezijing.com/static/
public/09a620add2643574f9f0de4424db5ebe
.png'
}
}
],
],
activeIndex
:
0
,
activeIndex
:
0
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论