| | |
| | | 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: '/hellowquiphistory', |
| | | name: 'hellowquiphistory', |
| | | component: () => import('../views/hollow/hellowquiphistory.vue'), |
| | | children: [ |
| | | { |
| | | path: '/hollow/hellowquiphistory', |
| | | name: 'hellowquiphistory', |
| | | component: () => import('../views/hollow/hellowquiphistory.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/hellowquiptwohistory', |
| | | name: 'hellowquiptwohistory', |
| | | component: () => import('../views/hollow/hellowquiptwohistory.vue'), |
| | | children: [ |
| | | { |
| | | path: '/hollow/hellowquiptwohistory', |
| | | name: 'hellowquiptwohistory', |
| | | component: () => import('../views/hollow/hellowquiptwohistory.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') |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/stockhistory', |
| | | name: 'stockhistory', |
| | | component: () => import('../views/StockBasicData/stockhistory.vue'), |
| | | children: [ |
| | | { |
| | | path: '/StockBasicData/stockhistory', |
| | | name: 'stockhistory', |
| | | component: () => import('../views/StockBasicData/stockhistory.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/upreturnhistory', |
| | | name: 'upreturnhistory', |
| | | component: () => import('../views/Returns/upreturnhistory.vue'), |
| | | children: [ |
| | | { |
| | | path: '/Returns/upreturnhistory', |
| | | name: 'upreturnhistory', |
| | | component: () => import('../views/Returns/upreturnhistory.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/upreturnhistory2', |
| | | name: 'upreturnhistory2', |
| | | component: () => import('../views/Returns/upreturnhistory2.vue'), |
| | | children: [ |
| | | { |
| | | path: '/Returns/upreturnhistory2', |
| | | name: 'upreturnhistory2', |
| | | component: () => import('../views/Returns/upreturnhistory2.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/statistics', |
| | | name: 'statistics', |
| | | component: () => import('../views/largescreendisplay/statistics.vue'), |
| | | children: [ |
| | | { |
| | | path: '/largescreendisplay/statistics', |
| | | name: 'statistics', |
| | | component: () => import('../views/largescreendisplay/statistics.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | ] |
| | | }) |
| | | // 导航守卫 |