syyang 2 年之前
父节点
当前提交
578baf8fef
共有 1 个文件被更改,包括 8 次插入0 次删除
  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