| | |
| | | { |
| | | path: '/home', |
| | | name: 'home', |
| | | component: () => import('/@/views/newHome/index.vue'), |
| | | component: () => import('/@/views/home/index.vue'), |
| | | meta: { |
| | | title: '首页', |
| | | isLink: '', |
| | |
| | | isAffix: true, |
| | | isIframe: false, |
| | | roles: ['admin', 'common'], |
| | | icon: 'iconfont icon-shouye' |
| | | } |
| | | } |
| | | icon: 'iconfont icon-shouye', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/test', |
| | | name: 'test', |
| | | component: () => import('/@/views/test/index.vue'), |
| | | meta: { |
| | | title: '测试', |
| | | isLink: '', |
| | | isHide: false, |
| | | isKeepAlive: true, |
| | | isAffix: true, |
| | | isIframe: false, |
| | | roles: ['admin', 'common'], |
| | | icon: 'iconfont icon-shouye', |
| | | }, |
| | | }, |
| | | ] |
| | | } |
| | | ]; |
| | |
| | | isKeepAlive: false |
| | | } |
| | | }, |
| | | { |
| | | path: '/warningScreen', |
| | | name: 'warningScreen', |
| | | component: () => import('/@/views/riskWarningSys/warningBigScreen/index.vue'), |
| | | meta: { |
| | | title: '预警预报' |
| | | } |
| | | }, |
| | | { |
| | | path: '/msgDetail', |
| | | name: 'msgDetail', |
| | | component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/msgDetail.vue'), |
| | | meta: { |
| | | title: 'spi报告详情' |
| | | } |
| | | }, |
| | | { |
| | | path: '/screenPage', |
| | | name: 'screenPage', |
| | | component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'), |
| | | meta: { |
| | | title: '预警预报' |
| | | } |
| | | }, |
| | | { |
| | | path: '/securities', |
| | | name: 'securities', |
| | | component: () => import('/@/views/facilityManagement/securities/index.vue'), |
| | | meta: { |
| | | title: '安全物资与设备' |
| | | } |
| | | } |
| | | ]; |