From 78921416615f450f4cc29ec4f740fbf1b47d8b00 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 19 八月 2025 17:18:28 +0800
Subject: [PATCH] 注册登录更改

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

diff --git a/src/router/modules/item.ts b/src/router/modules/item.ts
index bf042d2..2c2d0ee 100644
--- a/src/router/modules/item.ts
+++ b/src/router/modules/item.ts
@@ -21,6 +21,26 @@
     ]
   },
   {
+    path: "/user",
+    meta: {
+      title: "鐢ㄦ埛绠$悊",
+      icon: "mdi:chart-timeline"
+    },
+    children: [
+      {
+        // path闅忎究鍐欙紝浣嗗墠闈㈠繀椤绘湁涓� `/`
+        path: "/user",
+        // component瀵瑰簲鐨勫�煎墠涓嶉渶瑕佸姞 / 鍊煎搴旂殑鏄疄闄呬笟鍔� `.vue` 鎴� `.tsx` 浠g爜璺緞
+        component: () => import("@/views/system/user/index.vue"),
+        name: "user",
+        meta: {
+          title: "鐢ㄦ埛绠$悊"
+          // showLink:false
+        }
+      }
+    ]
+  },
+  {
     path: "/aboutItem",
     meta: {
       title: "鍏虫敞椤圭洰",

--
Gitblit v1.9.1