guhongwei 3 lat temu
rodzic
commit
20af2363a6
1 zmienionych plików z 1 dodań i 1 usunięć
  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'),
         component: () => import('../views/adminCenter/homeIndex/index.vue'),
       },
       },
       {
       {
-        path: '/adminCenter/test/index',
+        path: '/adminCenter/test',
         meta: { title: '测试菜单' },
         meta: { title: '测试菜单' },
         component: () => import('../views/adminCenter/test/index.vue'),
         component: () => import('../views/adminCenter/test/index.vue'),
       },
       },