|
@@ -10,8 +10,8 @@
|
|
|
<el-container>
|
|
<el-container>
|
|
|
<el-header>
|
|
<el-header>
|
|
|
<div class="header">
|
|
<div class="header">
|
|
|
- <img class="logo" src="../assets/logo.png" alt="">
|
|
|
|
|
- <div class="siteTitle">中科院期刊微信公众号集中管理平台</div>
|
|
|
|
|
|
|
+ <!-- <img class="logo" src="../assets/logo.png" alt=""> -->
|
|
|
|
|
+ <!-- <div class="siteTitle">中科院期刊微信公众号集中管理平台</div> -->
|
|
|
</div>
|
|
</div>
|
|
|
<div class="nav">
|
|
<div class="nav">
|
|
|
<router-link v-for='(item,index) in inDate' :key='index' :class="item.act?'active':''" :to="item.to" @click.native='active(index)'>
|
|
<router-link v-for='(item,index) in inDate' :key='index' :class="item.act?'active':''" :to="item.to" @click.native='active(index)'>
|
|
@@ -134,13 +134,13 @@ export default {
|
|
|
},
|
|
},
|
|
|
initNav(){
|
|
initNav(){
|
|
|
let data = [
|
|
let data = [
|
|
|
- { act: true, to: '/index/index', name: '首页' },
|
|
|
|
|
- { act: false, to: '/journal/journal', name: '群刊导览' },
|
|
|
|
|
- { act: false, to: '/learning/activity', name: '学术交流' },
|
|
|
|
|
|
|
+ // { act: true, to: '/index/index', name: '首页' },
|
|
|
|
|
+ // { act: false, to: '/journal/journal', name: '群刊导览' },
|
|
|
|
|
+ // { act: false, to: '/learning/activity', name: '学术交流' },
|
|
|
{ act: false, to: '/article/article', name: '精品导读' },
|
|
{ act: false, to: '/article/article', name: '精品导读' },
|
|
|
- { act: false, to: '/conference/conference', name: '会议系统' },
|
|
|
|
|
- { act: false, to: '/message/message', name: '信息管理' },
|
|
|
|
|
- { act: false, to: '/system/account', name: '系统管理' },
|
|
|
|
|
|
|
+ // { act: false, to: '/conference/conference', name: '会议系统' },
|
|
|
|
|
+ // { act: false, to: '/message/message', name: '信息管理' },
|
|
|
|
|
+ // { act: false, to: '/system/account', name: '系统管理' },
|
|
|
];
|
|
];
|
|
|
let mod = this.$route.path.split("/")[1];
|
|
let mod = this.$route.path.split("/")[1];
|
|
|
this.$router.options.routes.forEach((element,i) => {
|
|
this.$router.options.routes.forEach((element,i) => {
|