| | |
| | | path: 'casepool', |
| | | name: 'casepool', |
| | | component: () => import('@/views/operate/disposal'), |
| | | children:[ |
| | | children: [ |
| | | { |
| | | path: 'pool', |
| | | name: 'pool', |
| | |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: "fivepack", |
| | | name: 'fivepack', |
| | | component: () => import('@/views/operate/fivepack'), |
| | | children: [ |
| | | { |
| | | path: "shop", |
| | | name: 'shop', |
| | | component: () => import('@/views/operate/fivepack/shop'), |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | |
| | | { |
| | | path: '/404', |
| | | name: "404", |
| | | component: () => import('@/views/NotFound'), |
| | | component: () => import('@/views/info/NotFound'), |
| | | }, |
| | | // { path: '*', redirect: '/404' } |
| | | { |
| | | path: '/fail', |
| | | name: "/fail", |
| | | component: () => import('@/views/info/Fail'), |
| | | }, |
| | | { path: '*', redirect: '/404' } |
| | | ] |
| | | |
| | | const router = new VueRouter({ |