From acac65122fbac5295e4b7c8eed468e9b9181e366 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 21 四月 2026 15:24:40 +0800
Subject: [PATCH] 测试完成

---
 src/router/index.js |   64 ++++++++++++++++----------------
 1 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index d97166d..b96f433 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -106,38 +106,38 @@
     component: () => import("@/views/error/401"),
     hidden: true,
   },
-  // {
-  //   path: "",
-  //   component: Layout,
-  //   redirect: "index",
-  //   children: [
-  //     {
-  //       path: "index",
-  //       component: () => import("@/views/index"),
-  //       name: "Index",
-  //       meta: {
-  //         title: "棣栭〉",
-  //         icon: "dashboard",
-  //         affix: true,
-  //         roles: ["admin", "sysadmin"],
-  //       },
-  //     },
-  //   ],
-  // },
-  // {
-  //   path: "/user",
-  //   component: Layout,
-  //   hidden: true,
-  //   redirect: "noredirect",
-  //   children: [
-  //     {
-  //       path: "profile",
-  //       component: () => import("@/views/system/user/profile/index"),
-  //       name: "Profile",
-  //       meta: { title: "涓汉涓績", icon: "user" },
-  //     },
-  //   ],
-  // },
+  {
+    path: "",
+    component: Layout,
+    redirect: "index",
+    children: [
+      {
+        path: "index",
+        component: () => import("@/views/index"),
+        name: "Index",
+        meta: {
+          title: "棣栭〉",
+          icon: "dashboard",
+          affix: true,
+          roles: ["admin", "sysadmin"],
+        },
+      },
+    ],
+  },
+  {
+    path: "/user",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    children: [
+      {
+        path: "profile",
+        component: () => import("@/views/system/user/profile/index"),
+        name: "Profile",
+        meta: { title: "涓汉涓績", icon: "user" },
+      },
+    ],
+  },
 ];
 
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇

--
Gitblit v1.9.3