tangning 3 年之前
父节点
当前提交
b818f06238
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/pages/layout/aside.vue
  2. 1 1
      src/router/index.js

+ 2 - 2
src/pages/layout/aside.vue

@@ -84,9 +84,9 @@ const aside = [{
   icon: 'icon-xinxifabu',
   url: '/download',
   isShow: false
-}, {
+},{
   name: '清除登陆状态',
-  id: '5',
+  id: '8',
   icon: 'icon-delete-solid',
   url: '/clean',
   isShow: false

+ 1 - 1
src/router/index.js

@@ -60,7 +60,7 @@ const router = new Router({
           path: '/clean',
           name: '清除登陆状态',
           component: () => import('@/pages/clean'),
-          meta: {index: '4'}
+          meta: {index: '5'}
         }
       ]
     },