| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-10-25 16:35:31 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-10-25 19:13:08 |
| | | * @LastEditTime: 2024-10-29 17:48:52 |
| | | * @FilePath: \bigScreen\src\router\index.js |
| | | * @Description: |
| | | * |
| | |
| | | { |
| | | path: 'survey', |
| | | meta: { |
| | | title: 'survey' |
| | | title: '园区概况' |
| | | }, |
| | | component: () => import('@/views/survey/index.vue') |
| | | }, |
| | | { |
| | | path: 'env', |
| | | path: 'space', |
| | | meta: { |
| | | title: '环境监测' |
| | | title: '应急空间' |
| | | }, |
| | | component: () => import('@/views/env/index.vue') |
| | | component: () => import('@/views/space/index.vue') |
| | | }, |
| | | { |
| | | path: 'monitoring', |
| | | path: 'supplies', |
| | | meta: { |
| | | title: '视频监控' |
| | | title: '应急物资' |
| | | }, |
| | | component: () => import('@/views/monitoring/index.vue') |
| | | component: () => import('@/views/supplies/index.vue') |
| | | }, |
| | | { |
| | | path: 'equipment', |
| | | meta: { |
| | | title: '应急设备' |
| | | }, |
| | | component: () => import('@/views/equipment/index.vue') |
| | | }, |
| | | { |
| | | path: 'pac', |
| | | meta: { |
| | | title: '三级防控' |
| | | }, |
| | | component: () => import('@/views/pac/index.vue') |
| | | } |
| | | ] |
| | | }, |