提交 0104adfb authored 作者: haodaking's avatar haodaking

chore: update

上级 6066b1db
......@@ -14,15 +14,22 @@ export default {
const _this = this
return {
list: [
{ name: '项目介绍', path: '/about/school' },
// { name: '最近动态', path: '/news/hot' }
{
name: '学校介绍',
name: '项目介绍',
path: '/about/school',
children: [
{ name: '加州浸会大学', path: '/school/school3' }
{ name: '加州浸会大学', path: '/about/school' },
{ name: '最近动态', path: '/news/hot' }
// { name: '师资介绍', path: '/about/teacher' }
]
},
// {
// name: '学校介绍',
// children: [
// { name: '加州浸会大学', path: '/about/school' }
// // { name: '师资介绍', path: '/about/teacher' }
// ]
// },
{
name: '学历认证',
path: '/academic/academic'
......
......@@ -13,7 +13,7 @@
<img
class="part"
src="https://webapp-pub.ezijing.com/project/marywood/marwood_senery3.png"
@click="$router.push('/school/school3')"
@click="$router.push('/about/school')"
/>
</div>
</div>
......
......@@ -3,7 +3,7 @@
<div class="top">
<div class="link">
<div class="link-left link-con">
<div class="tit"><a href="/about/school">关于项目</a></div>
<div class="tit"><a href="/about/school">项目介绍</a></div>
<!-- <div class="tit"><a href="/question/question">常见问题</a></div> -->
<!-- <div class="tit"><a href="/">工商管理博士DBA</a></div> -->
......@@ -12,7 +12,7 @@
<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="/about/school">院校介绍</a></div> -->
</div>
<div class="line"></div>
<div class="link-right link-con">
......
......@@ -17,7 +17,7 @@
<div class="line"></div>
<div class="bottom_center con">
<a href="/enroll/apply">申请条件</a>
<!-- <a href="/school/school3">院校介绍</a> -->
<!-- <a href="/about/school">院校介绍</a> -->
</div>
<div class="line"></div>
<div class="bottom_bottom con">
......
......@@ -70,11 +70,11 @@ export default {
// 学校介绍
// {
// name: this.$t('menu.school'),
// path: '/school/school3',
// path: '/about/school',
// childern: [
// // // { name: this.$t('menu.schoolChild.school1'), path: '/school/school1' },
// // // { name: this.$t('menu.schoolChild.school2'), path: '/school/school2' },
// { name: this.$t('menu.schoolChild.school3'), path: '/school/school3' }
// { name: this.$t('menu.schoolChild.school3'), path: '/about/school' }
// // { name: this.$t('menu.courseChild.teachers'), path: '/about/teacher' }
// ]
// },
......
......@@ -93,7 +93,7 @@ export default {
slider: [
{
name: this.$t('menu.schoolChild.school3'),
path: '/school/school3'
path: '/about/school'
},
{
name: this.$t('menu.courseChild.teachers'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论