From 03c275439949875a857538df89a41696642c42b3 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 01 九月 2025 17:15:39 +0800
Subject: [PATCH] '首页公告与详情'

---
 src/router/modules/item.ts |   42 +++++++++++++++++++++---------------------
 1 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/src/router/modules/item.ts b/src/router/modules/item.ts
index e79575d..e5370e0 100644
--- a/src/router/modules/item.ts
+++ b/src/router/modules/item.ts
@@ -39,26 +39,26 @@
         }
       }
     ]
-  },
-  {
-    path: "/aboutItem",
-    meta: {
-      title: "鍏虫敞椤圭洰",
-      icon: "pajamas:work-item-new"
-    },
-    children: [
-      {
-        // path闅忎究鍐欙紝浣嗗墠闈㈠繀椤绘湁涓� `/`
-        path: "/aboutItem",
-        // component瀵瑰簲鐨勫�煎墠涓嶉渶瑕佸姞 / 鍊煎搴旂殑鏄疄闄呬笟鍔� `.vue` 鎴� `.tsx` 浠g爜璺緞
-        component: () => import("@/views/system/aboutItem/index.vue"),
-        name: "aboutItem",
-        meta: {
-          title: "鍏虫敞椤圭洰",
-          roles: ["GYS"]
-          // showLink:false
-        }
-      }
-    ]
   }
+  // {
+  //   path: "/aboutItem",
+  //   meta: {
+  //     title: "鍏虫敞椤圭洰",
+  //     icon: "pajamas:work-item-new"
+  //   },
+  //   children: [
+  //     {
+  //       // path闅忎究鍐欙紝浣嗗墠闈㈠繀椤绘湁涓� `/`
+  //       path: "/aboutItem",
+  //       // component瀵瑰簲鐨勫�煎墠涓嶉渶瑕佸姞 / 鍊煎搴旂殑鏄疄闄呬笟鍔� `.vue` 鎴� `.tsx` 浠g爜璺緞
+  //       component: () => import("@/views/system/aboutItem/index.vue"),
+  //       name: "aboutItem",
+  //       meta: {
+  //         title: "鍏虫敞椤圭洰",
+  //         roles: ["GYS"]
+  //         // showLink:false
+  //       }
+  //     }
+  //   ]
+  // }
 ] satisfies Array<RouteConfigsTable>;

--
Gitblit v1.9.1