彭宇 3 년 전
부모
커밋
cf817bd0ce
1개의 변경된 파일28개의 추가작업 그리고 0개의 파일을 삭제
  1. 28 0
      src/router/index.js

+ 28 - 0
src/router/index.js

@@ -69,6 +69,34 @@ export const constantRoutes = [
     meta: {
       title: '监控中心'
     }
+  },{
+    path: '/',
+    name: '',
+    component: () => import('@/views/monitor'),
+    meta: {
+      title: '灾后评估'
+    }
+  },{
+    path: '/',
+    name: '',
+    component: () => import('@/views/monitor'),
+    meta: {
+      title: '动物保护'
+    }
+  },{
+    path: '/',
+    name: '',
+    component: () => import('@/views/monitor'),
+    meta: {
+      title: '林长制'
+    }
+  },{
+    path: '/',
+    name: '',
+    component: () => import('@/views/monitor'),
+    meta: {
+      title: '植树造林'
+    }
   },
 ]