syyang %!s(int64=2) %!d(string=hai) anos
pai
achega
578baf8fef
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/router/index.js

+ 8 - 0
src/router/index.js

@@ -145,6 +145,14 @@ export const constantRoutesNew = [
     }
   },
   {
+    path: '/animal',
+    name: 'animal',
+    component: () => import('@/views/animal'),
+    meta: {
+      title: '动物保护'
+    }
+  },
+  {
     path: '/login',
     component: () => import('@/views/system/login'),
     hidden: true