| | |
| | | path: '/Returns/upreturns2', |
| | | name: 'upreturns2', |
| | | component: () => import('../views/Returns/upreturns2.vue') |
| | | }, |
| | | } |
| | | ] |
| | | }, |
| | | /*----------- 掰片/识别 ----------------*/ |
| | |
| | | path: '/User/permissions', |
| | | name: 'permissions', |
| | | component: () => import('../views/User/permissions.vue') |
| | | }, |
| | | { |
| | | path: '/User/userpageNo', |
| | | name: 'userpageNo', |
| | | component: () => import('../views/User/userpageNo.vue') |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: '/hollow/hollowaluminum', |
| | | name: 'hollowaluminum', |
| | | component: () => import('../views/hollow/hollowaluminum.vue') |
| | | }, |
| | | { |
| | | path: '/hollow/hollowaluminumtwo', |
| | | name: 'hollowaluminumtwo', |
| | | component: () => import('../views/hollow/hollowaluminumtwo.vue') |
| | | }, |
| | | { |
| | | path: '/hollow/hollowaluminumthree', |
| | | name: 'hollowaluminumthree', |
| | | component: () => import('../views/hollow/hollowaluminumthree.vue') |
| | | }, |
| | | ] |
| | | }, |
| | |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/productionstatistics', |
| | | name: 'productionstatistics', |
| | | component: () => import('../views/largescreendisplay/productionstatistics.vue'), |
| | | children: [ |
| | | { |
| | | path: '/largescreendisplay/productionstatistics', |
| | | name: 'productionstatistics', |
| | | component: () => import('../views/largescreendisplay/productionstatistics.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | ] |
| | | }) |
| | | // 导航守卫 |