智慧园区前端大屏
src/router/index.js
@@ -41,7 +41,7 @@
      {
        path: 'rs',
        meta: {
          title: '固定风险源'
          title: '风险源'
        },
        component: () => import('@/views/rs/index.vue')
      },
@@ -74,6 +74,13 @@
        component: () => import('@/views/rt/index.vue')
      },
      {
        path: 'pd',
        meta: {
          title: '污染物处理'
        },
        component: () => import('@/views/pd/index.vue')
      },
      {
        path: 'sub',
        name: 'sub',
        component: defineAsyncComponent(() => import('@/views/sub/index.vue')),