Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
0c03cf7c
提交
0c03cf7c
authored
7月 08, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 修改Logo
上级
5673ce21
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
53 行增加
和
17 行删除
+53
-17
Footer.vue
components/layout/h5/Footer.vue
+2
-2
Header.vue
components/layout/h5/Header.vue
+1
-1
Foot.vue
components/layout/pc/Foot.vue
+36
-7
Head.vue
components/layout/pc/Head.vue
+9
-3
en-US.js
langs/en-US.js
+1
-1
zh-CN.js
langs/zh-CN.js
+1
-1
process.vue
pages/enroll/process.vue
+3
-2
没有找到文件。
components/layout/h5/Footer.vue
浏览文件 @
0c03cf7c
...
...
@@ -5,7 +5,7 @@
<div
class=
"link-left link-con"
>
<div
class=
"tit"
><a
href=
"/project-intro/introduce"
>
关于项目
</a></div>
<div
class=
"tit"
><a
href=
"/question/question"
>
常见问题
</a></div>
<
div
class=
"tit"
><a
href=
"https://h5.ezijing.com"
target=
"_blank"
>
清控紫荆教育
</a></div
>
<
!--
<div
class=
"tit"
><a
href=
"https://h5.ezijing.com"
target=
"_blank"
>
清控紫荆教育
</a></div>
--
>
</div>
<div
class=
"line"
></div>
<div
class=
"link-center link-con"
>
...
...
@@ -27,7 +27,7 @@
</div>
<div
class=
"about-item"
>
<label>
联系电话:
</label>
<p>
010-6279
8073
</p>
<p>
010-6279
0329
</p>
</div>
<div
class=
"about-item"
>
<label>
邮
箱:
</label>
...
...
components/layout/h5/Header.vue
浏览文件 @
0c03cf7c
...
...
@@ -3,7 +3,7 @@
<header
class=
"main-header"
>
<template
v-if=
"!searchVisible"
>
<div
class=
"logo-box"
>
<img
@
click=
"goWebsite"
src=
"https://
zws-imgs-pub.ezijing.com/static/ezijing/logo/ezijing-logo.sv
g"
/>
<img
@
click=
"goWebsite"
src=
"https://
webapp-pub.ezijing.com/project/cbu-plus/logo.pn
g"
/>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
class=
"logo"
>
<div
class=
"title"
>
...
...
components/layout/pc/Foot.vue
浏览文件 @
0c03cf7c
...
...
@@ -3,12 +3,15 @@
<div
class=
"foot-box"
>
<div
class=
"foot-content"
>
<div
class=
"left-content"
>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-plus/bottom_logo1.png"
/>
<div
class=
"logo-title"
>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-plus/cbu-logo-white-new.png"
/>
<h1>
工商管理博士DBA
</h1>
</div>
<div
class=
"bottom"
>
<div
class=
"bottom_left con"
>
<a
href=
"/project-intro/introduce"
>
关于项目
</a>
<a
href=
"/question/question"
>
常见问题
</a>
<
a
href=
"https://www.ezijing.com/"
target=
"_blank"
>
清控紫荆教育
</a
>
<
!--
<a
href=
"https://www.ezijing.com/"
target=
"_blank"
>
清控紫荆教育
</a>
--
>
</div>
<div
class=
"line"
></div>
<div
class=
"bottom_center con"
>
...
...
@@ -25,7 +28,7 @@
</div>
</div>
<div
class=
"center-content"
>
<div
class=
"contact"
>
联系我们
</div>
<div
class=
"contact"
>
官方授权项目中国招生与教学中心——清控紫荆教育
</div>
<div
class=
"bottom"
>
<div
class=
"address"
v-html=
"$t('foot.address')"
></div>
<div
class=
"phone"
v-html=
"$t('foot.contact')"
></div>
...
...
@@ -50,7 +53,11 @@
<p
style=
"font-size: 12px;"
>
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司
</p>
<a
target=
"_blank"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;margin-left: 10px;"
>
<a
target=
"_blank"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;margin-left: 10px;"
>
<p
style=
"font-size: 12px;"
>
京ICP证150431号
</p>
</a>
<a
...
...
@@ -59,10 +66,17 @@
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;align-items: center;display: flex;margin-right: 5px;"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
style=
"width: 20px;height: 20px;margin: 0 6px;display: block;"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
style=
"width: 20px;height: 20px;margin: 0 6px;display: block;"
/>
<p
style=
"font-size: 12px;"
>
安备 11010802023681号
</p>
</a>
<a
target=
"_blank"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;"
>
<a
target=
"_blank"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;"
>
<p
style=
"font-size: 12px;"
>
京ICP备15016866号-1
</p>
</a>
</div>
...
...
@@ -123,7 +137,7 @@ export default {}
}
.center-content
{
margin-top
:
16px
;
margin-left
:
94
px
;
margin-left
:
70
px
;
.contact
{
font-size
:
20px
;
font-weight
:
400
;
...
...
@@ -162,4 +176,19 @@ export default {}
}
}
}
.logo-title
{
display
:
flex
;
align-items
:
center
;
margin-bottom
:
30px
;
h1
{
margin-left
:
14px
;
padding
:
0
14px
;
font-size
:
23px
;
color
:
#fff
;
line-height
:
26px
;
font-weight
:
500
;
letter-spacing
:
2px
;
border-left
:
1px
solid
#fff
;
}
}
</
style
>
components/layout/pc/Head.vue
浏览文件 @
0c03cf7c
...
...
@@ -7,7 +7,7 @@
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/307f688850f8308a5c944bd129436fe0.png"
/>
</nuxt-link>
-->
<div
class=
"logo-box"
>
<img
@
click=
"goWebsite"
src=
"https://
zws-imgs-pub.ezijing.com/static/ezijing/logo/ezijing-logo.sv
g"
/>
<img
@
click=
"goWebsite"
src=
"https://
webapp-pub.ezijing.com/project/cbu-plus/logo.pn
g"
/>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
>
<div
class=
"title"
>
工商管理博士DBA
</div>
...
...
@@ -65,10 +65,16 @@ export default {
return
this
.
$store
.
state
.
user
||
{}
},
loginURL
()
{
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/login/index?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/login/index?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
},
registerURL
()
{
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/register?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/register?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
}
}
}
...
...
langs/en-US.js
浏览文件 @
0c03cf7c
...
...
@@ -87,7 +87,7 @@ export default {
// 底部
foot
:
{
address
:
'地 址:北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层'
,
contact
:
'联系电话:010-6279
8073
'
,
contact
:
'联系电话:010-6279
0329
'
,
email
:
'邮 箱:service@ezijing.com'
,
link1
:
'中国教育部'
,
link2
:
'教育涉外监管信息网'
,
...
...
langs/zh-CN.js
浏览文件 @
0c03cf7c
...
...
@@ -112,7 +112,7 @@ export default {
// 底部
foot
:
{
address
:
'地 址:北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层'
,
contact
:
'联系电话:010-6279
8073
'
,
contact
:
'联系电话:010-6279
0329
'
,
email
:
'邮 箱:liuxue@ezijing.com'
,
link1
:
'中国教育部'
,
link2
:
'教育涉外监管信息网'
,
...
...
pages/enroll/process.vue
浏览文件 @
0c03cf7c
...
...
@@ -9,7 +9,8 @@
<div
class=
"apply-item-bd"
>
<p>
申请者需登录
<a
href=
"https://cbu-plus.ezijing.com/my/account"
>
https://cbu-plus.ezijing.com/my/account
</a
>
在线申请,申请费缴纳完成后将如下纸质材料邮寄至:北京市海淀区中关村东路1号院清华科技园威盛大厦5层紫荆教育 邮编100084。
>
在线申请,申请费缴纳完成后将如下纸质材料邮寄至:北京市海淀区中关村东路1号院清华科技园威盛大厦5层紫荆教育
邮编100084。
</p>
<ul>
<li>
1、身份证复印件
</li>
...
...
@@ -19,7 +20,7 @@
<li>
5、英语成绩单(托福、雅思等,非必需)
</li>
<li>
6、推荐信(两封)
</li>
</ul>
<p
style=
"margin-top:30px"
>
咨询电话:010-6279
8073
李老师:18610013759
</p>
<p
style=
"margin-top:30px"
>
咨询电话:010-6279
0329
李老师:18610013759
</p>
</div>
</div>
<!--
<div
class=
"apply-item"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论