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

feat:去掉最近动态

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