| | |
| | | name: 'slicecage', |
| | | component: () => import('../views/Slicecage/slicecage.vue') |
| | | }, |
| | | |
| | | ] |
| | | |
| | | // { |
| | | // path: '/slicecagehistory', |
| | | // name: 'slicecagehistory', |
| | | // component: () => import('../views/slicecagehistory.vue') |
| | | // }, |
| | | }, |
| | | /*----------- 钢化 ----------------*/ |
| | | { |
| | |
| | | path: '/register', |
| | | name: 'register', |
| | | component: () => import('../views/RegisterView.vue') |
| | | } |
| | | }, |
| | | { |
| | | path: '/slicecagehistory', |
| | | name: 'slicecagehistory', |
| | | component: () => import('../views/Slicecage/slicecagehistory.vue'), |
| | | children: [ |
| | | { |
| | | path: '/Slicecage/slicecagehistory', |
| | | name: 'slicecagehistory', |
| | | component: () => import('../views/Slicecage/slicecagehistory.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/hellowslicecagehistory', |
| | | name: 'hellowslicecagehistory', |
| | | component: () => import('../views/hollow/hellowslicecagehistory.vue'), |
| | | children: [ |
| | | { |
| | | path: '/hollow/hellowslicecagehistory', |
| | | name: 'hellowslicecagehistory', |
| | | component: () => import('../views/hollow/hellowslicecagehistory.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/cachingbeforehistory', |
| | | name: 'cachingbeforehistory', |
| | | component: () => import('../views/Caching/cachingbeforehistory.vue'), |
| | | children: [ |
| | | { |
| | | path: '/Caching/cachingbeforehistory', |
| | | name: 'cachingbeforehistory', |
| | | component: () => import('../views/Caching/cachingbeforehistory.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/cachingunhistory', |
| | | name: 'cachingunhistory', |
| | | component: () => import('../views/Caching/cachingunhistory.vue'), |
| | | children: [ |
| | | { |
| | | path: '/Caching/cachingunhistory', |
| | | name: 'cachingunhistory', |
| | | component: () => import('../views/Caching/cachingunhistory.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/rawhistory', |
| | | name: 'rawhistory', |
| | | component: () => import('../views/GlassStorage/rawhistory.vue'), |
| | | children: [ |
| | | { |
| | | path: '/GlassStorage/rawhistory', |
| | | name: 'rawhistory', |
| | | component: () => import('../views/GlassStorage/rawhistory.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | ] |
| | | }) |
| | | // 导航守卫 |