提交 61ac4be8 authored 作者: matian's avatar matian

feat:去掉最近动态

上级 5ed80041
......@@ -35,7 +35,7 @@ export default {
display: flex;
}
.main-page-nav {
width: 160px;
width: 220px;
background: #fff;
padding: 35px 0 44px;
margin-right: 40px;
......@@ -99,4 +99,4 @@ export default {
background-color: #fff;
}
}
</style>
\ No newline at end of file
</style>
......@@ -50,13 +50,13 @@ export default {
// 项目介绍
{
name: this.$t('menu.project'),
path: '/project-intro/introduce',
childern: [
{ name: this.$t('menu.projectChild.bg'), path: '/project-intro/introduce' },
{ name: this.$t('menu.newsChild.hot'), path: '/news/hot' }
// { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' },
// { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' }
]
path: '/project-intro/introduce'
// childern: [
// { name: this.$t('menu.projectChild.bg'), path: '/project-intro/introduce' },
// { name: this.$t('menu.newsChild.hot'), path: '/news/hot' }
// { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' },
// { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' }
// ]
},
// 项目优势
// {
......
......@@ -9,7 +9,7 @@
<!-- 校园风光 -->
<!-- <school-senery /> -->
<!-- 最新动态 -->
<news />
<!-- <news /> -->
<!-- 视频 -->
<Video style="margin-bottom:0.2rem" />
<!-- 右侧功能栏 -->
......@@ -22,7 +22,7 @@ import banners from '../components/home/banners.vue'
import projectPosition from '../components/home/projectPosition.vue'
import projectFeatures from '../components/home/projectFeatures'
// import schoolSenery from '../components/home/schoolSenery.vue'
import news from '../components/home/news'
// import news from '../components/home/news'
import presence from '../components/home/presence'
import commonProblem from '../components/home/commonProblem'
import openClass from '../components/home/openClass'
......@@ -37,7 +37,7 @@ export default {
projectPosition,
projectFeatures,
// schoolSenery,
news,
// news,
presence,
commonProblem,
openClass,
......
......@@ -44,11 +44,11 @@ export default {
{
name: this.$t('menu.projectChild.bg'),
path: '/project-intro/introduce'
},
{
name: this.$t('menu.newsChild.hot'),
path: '/news/hot'
}
// {
// name: this.$t('menu.newsChild.hot'),
// path: '/news/hot'
// }
]
}
}
......
......@@ -9,7 +9,7 @@
<div class="content_left">
<div class="content_left_tit">
<div class="line"></div>
<div class="tit_desc">纽约大学石溪分校介绍</div>
<div class="tit_desc">纽约州立大学石溪分校介绍</div>
</div>
<div class="content_left_bottom">
纽约州立大学石溪分校(The State University of New York at Stony
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论