瀏覽代碼

注释掉research页面入口

任一存 3 年之前
父節點
當前提交
f9afbbbb8a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      web/src/views/Publications/index.vue
  2. 1 1
      web/src/views/layout/data.js

+ 1 - 1
web/src/views/Publications/index.vue

@@ -38,7 +38,7 @@ export default {
       topLi: [
         { name: "Magazines", path: "/Layout/Publications/1" },
         { name: "Exhibition Catalogues", path: "/Layout/Publications/2" },
-        { name: "Research", path: "/Layout/Publications/3" },
+        // { name: "Research", path: "/Layout/Publications/3" },
       ],
     };
   },

+ 1 - 1
web/src/views/layout/data.js

@@ -60,7 +60,7 @@ export const topData = [
     children: [
       {url:'/Layout/Publications/1', id: 6.1, name: "Magazines" },
       {url:'/Layout/Publications/2', id: 6.2, name: "Exhibition Catalogues" },
-      {url:'/Layout/Publications/3', id: 6.3, name: "Research" },
+      // {url:'/Layout/Publications/3', id: 6.3, name: "Research" },
     ],
   },
   {