Ver código fonte

注释暂时不用的模块路由

reghao 3 anos atrás
pai
commit
ca8fac489c
2 arquivos alterados com 8 adições e 8 exclusões
  1. 6 6
      src/layout/index.vue
  2. 2 2
      src/router/index.js

+ 6 - 6
src/layout/index.vue

@@ -99,15 +99,15 @@ export default {
     keyword: '',
     items: [
       { icon: 'mdi-youtube-subscription', text: '分区', link: '/live' },
-      { icon: 'mdi-trending-up', text: '状态', link: '/mblog' },
-      { icon: 'mdi-trending-up', text: '知乎', link: '/zhihu' },
-      { icon: 'mdi-trending-up', text: '草榴', link: '/t66y' }
+      { icon: 'mdi-trending-up', text: '状态', link: '/mblog' }
+      /* { icon: 'mdi-trending-up', text: '知乎', link: '/zhihu' },
+      { icon: 'mdi-trending-up', text: '草榴', link: '/t66y' }*/
     ],
     links: [
       '直播',
-      '状态',
-      '知乎',
-      '草榴'
+      '状态'
+      /*      '知乎',
+      '草榴'*/
     ]
     /*,
     headItem: [

+ 2 - 2
src/router/index.js

@@ -300,7 +300,7 @@ const routes = [
         component: () => import('@/views/mblog/mblog.vue'),
         meta: { title: 'bili 状态' }
       },
-      {
+      /*      {
         path: '/zhihu',
         name: 'Zhihu',
         component: () => import('@/views/home/zhihu.vue'),
@@ -317,7 +317,7 @@ const routes = [
         name: 'T66yPage',
         component: () => import('@/views/home/t66ypage.vue'),
         meta: { title: 'bili 草榴页面' }
-      },
+      },*/
       {
         path: '/search/result',
         name: 'SearchResult',