瀏覽代碼

解决冲突

wangxl@jiinfo.cn 2 月之前
父節點
當前提交
87bcf15d11
共有 1 個文件被更改,包括 1 次插入12 次删除
  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"),