彭宇 %!s(int64=3) %!d(string=hai) anos
pai
achega
cf817bd0ce
Modificáronse 1 ficheiros con 28 adicións e 0 borrados
  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: '植树造林'
+    }
   },
 ]