| | |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | 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') |
| | | }, |
| | | ] |
| | | }, |
| | | ] |
| | | }) |
| | | // 导航守卫 |