Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
531cc7c2
提交
531cc7c2
authored
8月 01, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化加州浸会大学
上级
217b1d6b
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
27 行增加
和
24 行删除
+27
-24
Menu.vue
components/base/h5/Menu.vue
+4
-4
banners.vue
components/home/banners.vue
+7
-7
projectFeatures.vue
components/home/projectFeatures.vue
+2
-0
Footer.vue
components/layout/h5/Footer.vue
+3
-2
Foot.vue
components/layout/pc/Foot.vue
+2
-2
Menu.vue
components/layout/pc/Menu.vue
+4
-4
dataDownload.vue
pages/dataDownload/dataDownload.vue
+5
-5
没有找到文件。
components/base/h5/Menu.vue
浏览文件 @
531cc7c2
...
...
@@ -42,10 +42,10 @@ export default {
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
},
{
name
:
'常见问题'
,
path
:
'/question/question'
},
//
{
//
name: '常见问题',
//
path: '/question/question'
//
},
{
name
:
'报名申请'
,
onClick
:
()
=>
{
...
...
components/home/banners.vue
浏览文件 @
531cc7c2
...
...
@@ -46,14 +46,14 @@ export default {
tit
:
'资料下载'
,
tag
:
'4'
},
{
img
:
'https://webapp-pub.ezijing.com/project/marywood/icon3.png'
,
imgH5
:
'https://webapp-pub.ezijing.com/project/marywood/h5/icon31.png'
,
tit
:
'常见问题'
,
tag
:
'5'
}
// {
// img: 'https://webapp-pub.ezijing.com/project/marywood/icon3.png',
// imgH5: 'https://webapp-pub.ezijing.com/project/marywood/h5/icon31.png',
// tit: '常见问题',
// tag: '5'
// }
]
}
},
...
...
components/home/projectFeatures.vue
浏览文件 @
531cc7c2
...
...
@@ -361,6 +361,7 @@ export default {
text-align
:
left
;
transform
:
translateY
(
150px
);
transition
:
0
.3s
;
white-space
:
nowrap
;
}
.item_desc_con
{
font-size
:
16px
;
...
...
@@ -478,6 +479,7 @@ export default {
font-size
:
0
.1rem
;
font-weight
:
400
;
color
:
#333333
;
white-space
:
nowrap
;
margin-top
:
0
.17rem
;
}
.item_desc_con
{
...
...
components/layout/h5/Footer.vue
浏览文件 @
531cc7c2
...
...
@@ -4,14 +4,15 @@
<div
class=
"link"
>
<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=
"/question/question"
>
常见问题
</a></div>
-->
<div
class=
"tit"
><a
href=
"/"
>
工商管理博士DBA
</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"
>
<div
class=
"tit"
><a
href=
"/enroll/apply"
>
招生信息
</a></div>
<div
class=
"tit"
><a
href=
"/school/school3"
>
院校介绍
</a></div>
<div
class=
"tit"
><a
href=
"/"
>
工商管理博士DBA
</a></div>
</div>
<div
class=
"line"
></div>
<div
class=
"link-right link-con"
>
...
...
components/layout/pc/Foot.vue
浏览文件 @
531cc7c2
...
...
@@ -10,14 +10,14 @@
<div
class=
"bottom"
>
<div
class=
"bottom_left con"
>
<a
href=
"/project-intro/introduce"
>
关于项目
</a>
<a
href=
"/question/question"
>
常见问题
</a>
<a
href=
"/"
>
工商管理博士DBA
</a>
<!--
<a
href=
"/question/question"
>
常见问题
</a>
-->
<!--
<a
href=
"https://www.ezijing.com/"
target=
"_blank"
>
清控紫荆教育
</a>
-->
</div>
<div
class=
"line"
></div>
<div
class=
"bottom_center con"
>
<a
href=
"/enroll/apply"
>
招生信息
</a>
<a
href=
"/school/school3"
>
院校介绍
</a>
<a
href=
"/"
>
工商管理博士DBA
</a>
</div>
<div
class=
"line"
></div>
<div
class=
"bottom_bottom con"
>
...
...
components/layout/pc/Menu.vue
浏览文件 @
531cc7c2
...
...
@@ -116,10 +116,10 @@ export default {
path
:
'/returnPolicy/returnPolicy'
},
// 常见问题
{
name
:
this
.
$t
(
'menu.question'
),
path
:
'/question/question'
},
//
{
//
name: this.$t('menu.question'),
//
path: '/question/question'
//
},
// 报名申请
{
name
:
this
.
$t
(
'menu.apply'
),
...
...
pages/dataDownload/dataDownload.vue
浏览文件 @
531cc7c2
...
...
@@ -35,13 +35,13 @@ export default {
name
:
'招生简章'
,
url
:
'https://webapp-pub.ezijing.com/project/cbu-plus/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
,
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
},
{
name
:
'常见问题'
,
url
:
'https://webapp-pub.ezijing.com/project/cbu-plus/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf'
,
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
}
// {
// name: '常见问题',
// url: 'https://webapp-pub.ezijing.com/project/cbu-plus/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf',
// icon: 'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
// }
// {
// name: '申请材料清单.docx',
// url:
// 'https://webapp-pub.ezijing.com/project/marywood/%E7%94%B3%E8%AF%B7%E6%9D%90%E6%96%99%E6%B8%85%E5%8D%95.docx',
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论