From 5c33978e9e3e934378d8f2153a2cd919b1cb6ddd Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 10 七月 2025 18:05:41 +0800
Subject: [PATCH] init

---
 .umirc.ts |   32 +++++++++++++++++++-------------
 1 files changed, 19 insertions(+), 13 deletions(-)

diff --git a/.umirc.ts b/.umirc.ts
index 3d4c594..cabc224 100644
--- a/.umirc.ts
+++ b/.umirc.ts
@@ -6,29 +6,35 @@
   model: {},
   initialState: {},
   request: {},
+  mfsu: false,
+  qiankun: {
+    slave: {},
+  },
+  base: '/v2/',
+  publicPath: '/v2/',
   // layout: {
   //   title: '@umijs/max',
   // },
   routes: [
     {
       path: '/',
-      redirect: '/home',
+      redirect: '/about',
     },
     {
-      name: '棣栭〉',
-      path: '/home',
+      name: '鍏充簬澶ц禌',
+      path: '/about',
       component: './Home',
     },
-    {
-      name: '鏉冮檺婕旂ず',
-      path: '/access',
-      component: './Access',
-    },
-    {
-      name: ' CRUD 绀轰緥',
-      path: '/table',
-      component: './Table',
-    },
+    // {
+    //   name: '鏉冮檺婕旂ず',
+    //   path: '/access',
+    //   component: './Access',
+    // },
+    // {
+    //   name: ' CRUD 绀轰緥',
+    //   path: '/table',
+    //   component: './Table',
+    // },
   ],
   npmClient: 'pnpm',
 });

--
Gitblit v1.9.1