| | |
| | | path: '/User/permissions', |
| | | name: 'permissions', |
| | | component: () => import('../views/User/permissions.vue') |
| | | }, |
| | | { |
| | | path: '/User/userpageNo', |
| | | name: 'userpageNo', |
| | | component: () => import('../views/User/userpageNo.vue') |
| | | } |
| | | ] |
| | | }, |
| | |
| | | path: '/hollow/hollowequipmenttwo', |
| | | name: 'hollowequipmenttwo', |
| | | component: () => import('../views/hollow/hollowequipmenttwo.vue') |
| | | }, |
| | | { |
| | | path: '/hollow/hollowequipmenthree', |
| | | name: 'hollowequipmenthree', |
| | | component: () => import('../views/hollow/hollowequipmenthree.vue') |
| | | }, |
| | | { |
| | | path: '/hollow/hollowslicecage', |
| | |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/hellowquipthreehistory', |
| | | name: 'hellowquipthreehistory', |
| | | component: () => import('../views/hollow/hellowquipthreehistory.vue'), |
| | | children: [ |
| | | { |
| | | path: '/hollow/hellowquipthreehistory', |
| | | name: 'hellowquipthreehistory', |
| | | component: () => import('../views/hollow/hellowquipthreehistory.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/cachingbeforehistory', |
| | | name: 'cachingbeforehistory', |
| | |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/statistics', |
| | | name: 'statistics', |
| | | component: () => import('../views/largescreendisplay/statistics.vue'), |
| | | children: [ |
| | | { |
| | | path: '/largescreendisplay/statistics', |
| | | name: 'statistics', |
| | | component: () => import('../views/largescreendisplay/statistics.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | ] |
| | | }) |
| | | // 导航守卫 |