From 447ac8696eb82c65d7e231a96679e0ca04943751 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 21 四月 2026 15:24:08 +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 b96f433..d97166d 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