Shannon_mu 3 vuotta sitten
vanhempi
commit
f8d6fd195b
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      commandCenter/src/router/index.js

+ 4 - 4
commandCenter/src/router/index.js

@@ -11,13 +11,13 @@ const quietRoute = [
         path: '/',
         component: () => import('@/components/common/Home.vue'),
         name: 'home',
-        redirect: "/index",
+        redirect: "/homeIndex",
         children: [
             {
-                path: '/index',
-                name: 'index',
+                path: '/homeIndex',
+                name: 'homeIndex',
                 component: () => import('@views/commandDispatch/index.vue'),
-                meta: { title: 'index' }
+                meta: { title: 'homeIndex' }
             },
             {
                 path: '/403',