From 7bcafdd55c3e55581de3c7ab54c9f98da6c94abf Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 15 七月 2025 14:03:48 +0800
Subject: [PATCH] fix: s

---
 .umirc.ts |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diff --git a/.umirc.ts b/.umirc.ts
index ccd2c9e..13a46e5 100644
--- a/.umirc.ts
+++ b/.umirc.ts
@@ -1,5 +1,5 @@
 import { defineConfig } from '@umijs/max';
-console.log('env', process.env.UMI_APP_PUBLIC_PATH);
+
 export default defineConfig({
   antd: {},
   access: {},
@@ -11,10 +11,6 @@
     slave: {},
   },
   base: '/v2/',
-  publicPath: process.env.UMI_APP_PUBLIC_PATH,
-  // layout: {
-  //   title: '@umijs/max',
-  // },
   routes: [
     {
       path: '/',
@@ -25,16 +21,6 @@
       path: '/about',
       component: './Home',
     },
-    // {
-    //   name: '鏉冮檺婕旂ず',
-    //   path: '/access',
-    //   component: './Access',
-    // },
-    // {
-    //   name: ' CRUD 绀轰緥',
-    //   path: '/table',
-    //   component: './Table',
-    // },
   ],
   npmClient: 'pnpm',
 });

--
Gitblit v1.9.1