| | |
| | | { |
| | | path: '/', |
| | | hidden: true, |
| | | redirect: '/user' |
| | | redirect: '/screen' |
| | | }, |
| | | { |
| | | path: '/login', |
| | |
| | | component: () => import('@/views/screen/home/index.vue') |
| | | }, |
| | | { |
| | | path: 'ecology', |
| | | component: () => import('@/views/screen/ecology/index.vue') |
| | | path: 'pumpInfo', |
| | | component: () => import('@/views/screen/pumpInfo/index.vue') |
| | | }, |
| | | { |
| | | path: 'graphic', |
| | | component: () => import('@/views/screen/graphic/index.vue') |
| | | }, |
| | | { |
| | | path: 'shebei', |
| | | component: () => import('@/views/screen/shebei/index.vue') |
| | | }, |
| | | { |
| | | path: 'warning', |
| | | component: () => import('@/views/screen/warning/index.vue') |
| | | }, |
| | | { |
| | | path: 'report', |
| | | component: () => import('@/views/screen/report/index.vue') |
| | | }, |
| | | path: 'monitor', |
| | | component: () => import('@/views/screen/monitor/index.vue') |
| | | } |
| | | ] |
| | | }, |
| | | ] |