xjc 4 yıl önce
ebeveyn
işleme
cb599e5f7a
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 6 6
      src/views/Home.vue

+ 6 - 6
src/views/Home.vue

@@ -143,13 +143,13 @@ export default {
 		},
 		initNav(){
 			let data = [
-				// { 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: '/conference/conference', 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: '/conference/conference', name: '会议系统' },
 				{ act: false, to: '/message/message', name: '信息管理' },
-				// { act: false, to: '/system/account', name: '系统管理' },
+				{ act: false, to: '/system/account', name: '系统管理' },
 			];
 			let mod = this.$route.path.split("/")[1];
 			this.$router.options.routes.forEach((element,i) => {