Ver Fonte

解决冲突

wangxl@jiinfo.cn há 3 meses atrás
pai
commit
87bcf15d11
1 ficheiros alterados com 1 adições e 12 exclusões
  1. 1 12
      src/router/routerList.js

+ 1 - 12
src/router/routerList.js

@@ -105,18 +105,7 @@ export default [
       navActive: "profile",
       fullScreen: true
     }
-  }, {
-    path: "/antibody",
-    name: "antibody",
-    component: () => import("@/view/antibody/index"),
-    hidden: true,
-    meta: {
-      pageTitle: "antibody",
-      chineseTitle: "抗体数据库",
-      navActive: "antibody",
-      fullScreen: false
-    }
-  }, {
+  },{
     path: "/antibody",
     name: "antibody",
     component: () => import("@/view/antibody/index"),