| | |
| | | path:'otherInterface', |
| | | name:'otherInterface', |
| | | component: () => import('@/views/systemSetting/platform/otherInterface') |
| | | }, |
| | | { |
| | | path:'mySetting', |
| | | name:'mySetting', |
| | | component: () => import('@/views/systemSetting/platform/mySetting') |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: "operate", |
| | | name: 'operate', |
| | | component: () => import('@/views/operate/index.vue') |
| | | component: () => import('@/views/operate'), |
| | | children:[ |
| | | { |
| | | path:'baseSetting', |
| | | name:'baseSetting', |
| | | component:()=> import('@/views/operate/baseSetting'), |
| | | }, |
| | | { |
| | | path:'casepool', |
| | | name:'casepool', |
| | | component:() => import('@/views/operate/disposal/casepool') |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: "video", |