guhongwei 3 years ago
parent
commit
20af2363a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -32,7 +32,7 @@ const web = [
         component: () => import('../views/adminCenter/homeIndex/index.vue'),
       },
       {
-        path: '/adminCenter/test/index',
+        path: '/adminCenter/test',
         meta: { title: '测试菜单' },
         component: () => import('../views/adminCenter/test/index.vue'),
       },