| | |
| | | { |
| | | path: 'home', |
| | | component: () => import('@/views/screen/flow/home/index.vue') |
| | | } |
| | | }, |
| | | { |
| | | path: 'ecology', |
| | | component: () => import('@/views/screen/flow/ecology/index.vue') |
| | | }, |
| | | { |
| | | path: 'graphic', |
| | | component: () => import('@/views/screen/flow/graphic/index.vue') |
| | | }, |
| | | { |
| | | path: 'shebei', |
| | | component: () => import('@/views/screen/flow/shebei/index.vue') |
| | | }, |
| | | { |
| | | path: 'warning', |
| | | component: () => import('@/views/screen/flow/warning/index.vue') |
| | | }, |
| | | { |
| | | path: 'report', |
| | | component: () => import('@/views/screen/flow/report/index.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | ] |
| | |
| | | { |
| | | path: 'home', |
| | | component: () => import('@/views/screen/temperature/home/index.vue') |
| | | } |
| | | }, |
| | | { |
| | | path: 'shebei', |
| | | component: () => import('@/views/screen/temperature/shebei/index.vue') |
| | | }, |
| | | { |
| | | path: 'monitor', |
| | | component: () => import('@/views/screen/temperature/monitor/index.vue') |
| | | }, |
| | | { |
| | | path: 'graphic', |
| | | component: () => import('@/views/screen/temperature/graphic/index.vue') |
| | | }, |
| | | { |
| | | path: 'statics', |
| | | component: () => import('@/views/screen/temperature/statics/index.vue') |
| | | }, |
| | | { |
| | | path: 'report', |
| | | component: () => import('@/views/screen/temperature/report/index.vue') |
| | | }, |
| | | ] |
| | | } |
| | | ] |