Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
78627eb0
提交
78627eb0
authored
2月 02, 2021
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
内容替换
上级
f1d4e880
隐藏空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
64 行增加
和
46 行删除
+64
-46
.config.dev.js
.config.dev.js
+1
-1
.config.pro.js
.config.pro.js
+1
-1
.config.test.js
.config.test.js
+1
-1
axiosService.js
src/action/axiosService.js
+3
-3
list_api.js
src/api/list_api.js
+1
-1
report_api.js
src/api/report_api.js
+1
-1
footer.vue
src/components/layout/footer.vue
+2
-2
header.vue
src/components/layout/header.vue
+1
-1
index.html
src/index.html
+2
-2
index.vue
src/pages/alumniWork/index.vue
+11
-3
index.vue
src/pages/home/index.vue
+4
-4
index.vue
src/pages/presence/index.vue
+2
-2
index.vue
src/pages/project/index.vue
+2
-3
index.vue
src/pages/teaching/index.vue
+16
-10
index.vue
src/pages/videoCenter/index.vue
+16
-11
没有找到文件。
.config.dev.js
浏览文件 @
78627eb0
...
...
@@ -33,6 +33,6 @@ module.exports = {
},
ProvidePlugin
:
{},
others
:
{
projectId
:
'10
09
'
projectId
:
'10
10
'
}
}
.config.pro.js
浏览文件 @
78627eb0
...
...
@@ -14,6 +14,6 @@ module.exports = {
},
ProvidePlugin
:
{},
others
:
{
projectId
:
'10
09
'
projectId
:
'10
10
'
}
}
.config.test.js
浏览文件 @
78627eb0
...
...
@@ -15,6 +15,6 @@ module.exports = {
},
ProvidePlugin
:
{},
others
:
{
projectId
:
'10
09
'
projectId
:
'10
10
'
}
}
src/action/axiosService.js
浏览文件 @
78627eb0
...
...
@@ -14,7 +14,7 @@ export function queryInformation(param) {
// url: host.main + path.queryInformation,
url
:
'/api/zws/v1/enrollment/submissions'
,
params
:
{
project_id
:
10
09
,
project_id
:
10
10
,
name
:
'hhahah'
}
})
...
...
@@ -30,7 +30,7 @@ export function introduction(params) {
// 获取所有介绍内容
return
ax
({
method
:
'GET'
,
url
:
'/api/zws/v1/cms/projects/10
09
/contents/'
+
params
.
tag
url
:
'/api/zws/v1/cms/projects/10
10
/contents/'
+
params
.
tag
})
.
then
(
function
(
response
)
{
params
.
cb
(
response
.
data
[
0
].
content
)
...
...
@@ -47,7 +47,7 @@ export function getNews(params) {
// url: host.main + path.news,
url
:
'/api/zws/v1/cms/news'
,
params
:
{
project_id
:
10
09
project_id
:
10
10
}
})
.
then
(
function
(
response
)
{
...
...
src/api/list_api.js
浏览文件 @
78627eb0
...
...
@@ -6,7 +6,7 @@ export default class ScoreAPI extends BaseAPI {
*/
getContent
=
name
=>
this
.
get
(
`/v1/cms/projects/10
09/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=seg-shm
s.ezijing.com`
,
`/v1/cms/projects/10
10/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=seg-crc
s.ezijing.com`
,
{
addhost
:
'zws-api.ezijing.com'
,
Host
:
'zws-api.ezijing.com'
...
...
src/api/report_api.js
浏览文件 @
78627eb0
...
...
@@ -7,7 +7,7 @@ export default class ScoreAPI extends BaseAPI {
*/
getContent
=
name
=>
this
.
get
(
`zws/v1/cms/projects/10
09/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=seg-shm
s.ezijing.com`
,
`zws/v1/cms/projects/10
10/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=seg-crc
s.ezijing.com`
,
{}
)
/**
...
...
src/components/layout/footer.vue
浏览文件 @
78627eb0
...
...
@@ -15,7 +15,7 @@
<h3>
联系我们
</h3>
<p>
Swiss Education Group
<br
/>
SHMS瑞士酒店管理
大学
<br
/>
CRCS瑞士恺撒里兹
大学
<br
/>
<!-- 电话:010-62793909
<br
/>
E-mail:chinafflg@ezijing.com
<br
/>
-->
地址:北京市海淀区中关村东路1号院7号楼5层
<br
/>
...
...
@@ -65,7 +65,7 @@ export default {
menuList
:
[
{
title
:
'中国教育部'
,
href
:
'http://www.moe.gov.cn/'
},
{
title
:
'中国涉外教育监管网'
,
href
:
'http://jsj.moe.gov.cn/'
},
{
title
:
'
SHMS瑞士酒店管理大学'
,
href
:
'
www.shms.com'
},
{
title
:
'
CRCS瑞士恺撒里兹大学'
,
href
:
'http://
www.shms.com'
},
{
title
:
'Swiss Education Group '
,
href
:
'www.swisseducation.com'
}
]
}
...
...
src/components/layout/header.vue
浏览文件 @
78627eb0
...
...
@@ -47,7 +47,7 @@
export
default
{
data
()
{
return
{
title
:
'
SHMS瑞士酒店管理
大学'
,
title
:
'
CRCS瑞士恺撒里兹
大学'
,
navList
:
[
{
title
:
'首页'
,
path
:
'/index'
},
{
title
:
'项目介绍'
,
path
:
'/project'
},
...
...
src/index.html
浏览文件 @
78627eb0
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
content=
"origin"
name=
"referrer"
/>
<title>
SHMS瑞士酒店管理
大学
</title>
<title>
CRCS瑞士恺撒里兹
大学
</title>
<!-- <meta
name="viewport"
id="viewport"
...
...
@@ -41,7 +41,7 @@
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?45ff88cfcd1cf031f43e64eb9650315d"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
...
...
src/pages/alumniWork/index.vue
浏览文件 @
78627eb0
...
...
@@ -4,7 +4,11 @@
<div
class=
"cont-mian center97"
>
<div
class=
"module"
v-if=
"activeIndex == 0"
>
<div
class=
"left-txt"
v-html=
"content"
></div>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/b9045c3182307689d0371bece5b2bf3a.png"
alt=
""
class=
"exh"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/b9045c3182307689d0371bece5b2bf3a.png"
alt=
""
class=
"exh"
/>
</div>
<div
class=
"module"
v-if=
"activeIndex == 1"
>
<div>
...
...
@@ -31,7 +35,11 @@
<li
:key=
"index"
@
click=
"goPage(item.source)"
>
{{
item
.
title
}}
</li>
</
template
>
</ul>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/b9045c3182307689d0371bece5b2bf3a.png"
alt=
""
class=
"exh"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/b9045c3182307689d0371bece5b2bf3a.png"
alt=
""
class=
"exh"
/>
</div>
</div>
</div>
...
...
@@ -58,7 +66,7 @@ export default {
page
:
1
,
per_page
:
100
,
type
:
59
,
project_id
:
10
09
project_id
:
10
10
},
M1listData
:
[],
M2listData
:
[]
...
...
src/pages/home/index.vue
浏览文件 @
78627eb0
...
...
@@ -70,7 +70,7 @@
</li>
<li>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/f35e8152f2c7174e75bf4c2e70188893.png"
alt=
""
/>
<div
class=
"p"
>
国际教育环境
<br
/>
强大校友资源
</div>
<div
class=
"p"
>
国际教育环境
<br
/>
强大校友资源
</div>
</li>
</ul>
</div>
...
...
@@ -112,7 +112,7 @@
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/6bf5efe5efec06738318cedccc7cd03c.png"
alt=
""
>
</div>
<div
class=
"text"
>
<div>
美国高等教育
</div>
<div>
美国高等教育
</div>
<div>
认证委员会(CHEA)
</div>
<div
class=
"t"
>
认证大学
</div>
</div>
...
...
@@ -168,7 +168,7 @@
</swiper>
<div
class=
"written"
>
<div
class=
"btn"
>
项目介绍
</div>
<div
class=
"txt"
>
SHMS瑞士酒店管理
大学 | 酒店与旅游方向工商管理硕士(MBA)
</div>
<div
class=
"txt"
>
CRCS瑞士恺撒里兹
大学 | 酒店与旅游方向工商管理硕士(MBA)
</div>
</div>
</div>
<div
...
...
@@ -187,7 +187,7 @@
</swiper>
<div
class=
"written"
>
<div
class=
"btn color"
>
新闻活动
</div>
<div
class=
"txt"
>
SHMS瑞士酒店管理
大学 新年线下活动都分享了哪些干货?
</div>
<div
class=
"txt"
>
CRCS瑞士恺撒里兹
大学 新年线下活动都分享了哪些干货?
</div>
</div>
</div>
</div>
...
...
src/pages/presence/index.vue
浏览文件 @
78627eb0
...
...
@@ -30,12 +30,12 @@ export default {
page
:
1
,
per_page
:
100
,
type
:
58
,
project_id
:
10
09
project_id
:
10
10
},
listData
:
{
0
:
[],
1
:
[]
}
,
}
}
},
mounted
()
{
...
...
src/pages/project/index.vue
浏览文件 @
78627eb0
...
...
@@ -44,7 +44,7 @@ export default {
if
(
n
===
1
)
{
requestType
=
[
{
name
:
'
SHM
S介绍'
,
name
:
'
CRC
S介绍'
,
image
:
'https://zws-imgs-pub.ezijing.com/static/public/b9045c3182307689d0371bece5b2bf3a.png'
},
{
...
...
@@ -464,4 +464,4 @@ export default {
.zs-cont
{
padding-top
:
60px
;
}
</
style
>
\ No newline at end of file
</
style
>
src/pages/teaching/index.vue
浏览文件 @
78627eb0
...
...
@@ -46,7 +46,7 @@ export default {
page
:
1
,
per_page
:
100
,
type
:
55
,
project_id
:
10
09
project_id
:
10
10
},
allList
:
{
55
:
[],
...
...
@@ -76,15 +76,21 @@ export default {
})
},
request
(
item
,
index
)
{
cAction
.
reportAction
.
getContent
(
item
.
name
).
then
(
json
=>
{
this
.
newsData
.
push
({
id
:
index
,
title
:
item
.
name
,
content
:
json
===
null
?
''
:
json
[
0
].
content
,
image
:
item
.
image
cAction
.
reportAction
.
getContent
(
item
.
name
)
.
then
(
json
=>
{
this
.
newsData
.
push
({
id
:
index
,
title
:
item
.
name
,
content
:
json
===
null
?
''
:
json
[
0
].
content
,
image
:
item
.
image
})
this
.
newsData
=
this
.
newsData
.
sort
((
a
,
b
)
=>
a
.
id
-
b
.
id
)
})
this
.
newsData
=
this
.
newsData
.
sort
((
a
,
b
)
=>
a
.
id
-
b
.
id
)
}).
catch
(
e
=>
{
this
.
$message
.
error
(
e
.
message
)
}).
finally
(()
=>
{})
.
catch
(
e
=>
{
this
.
$message
.
error
(
e
.
message
)
})
.
finally
(()
=>
{})
},
// request(item, index) {
// this.requestParam.type = item.type
...
...
@@ -122,7 +128,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.list-box
{
.list-box
{
width
:
100%
;
}
.cont-mian
{
...
...
src/pages/videoCenter/index.vue
浏览文件 @
78627eb0
...
...
@@ -42,8 +42,7 @@ export default {
menu
:
[
'项目介绍'
,
'宣传片'
,
'教授采访'
,
'学生风采'
],
imgUrl
:
'https://zws-imgs-pub.ezijing.com/static/public/24c97bb61b77949b415adcb06c7e43b1.png'
},
newsData
:
[
],
newsData
:
[],
activeIndex
:
0
,
tabMenu
:
[
'宣讲会实录'
,
'项目介绍'
],
childActiveIndex
:
0
,
...
...
@@ -51,7 +50,7 @@ export default {
page
:
1
,
per_page
:
100
,
type
:
52
,
project_id
:
10
09
project_id
:
10
10
}
}
},
...
...
@@ -87,15 +86,21 @@ export default {
})
},
request
(
item
,
index
)
{
cAction
.
reportAction
.
getContent
(
item
.
name
).
then
(
json
=>
{
this
.
newsData
.
push
({
id
:
index
,
title
:
item
.
name
,
content
:
json
===
null
?
''
:
json
[
0
].
content
,
image
:
item
.
image
cAction
.
reportAction
.
getContent
(
item
.
name
)
.
then
(
json
=>
{
this
.
newsData
.
push
({
id
:
index
,
title
:
item
.
name
,
content
:
json
===
null
?
''
:
json
[
0
].
content
,
image
:
item
.
image
})
this
.
newsData
=
this
.
newsData
.
sort
((
a
,
b
)
=>
a
.
id
-
b
.
id
)
})
.
catch
(
e
=>
{
this
.
$message
.
error
(
e
.
message
)
})
this
.
newsData
=
this
.
newsData
.
sort
((
a
,
b
)
=>
a
.
id
-
b
.
id
)
}).
catch
(
e
=>
{
this
.
$message
.
error
(
e
.
message
)
}).
finally
(()
=>
{})
.
finally
(()
=>
{})
},
requestList
(
n
)
{
cAction
.
reportAction
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论