From 0b0a35f9d78e0c03ccdd6ca94d9855787b208b59 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 18 七月 2025 14:33:11 +0800 Subject: [PATCH] fix: s --- .umirc.ts | 28 ++++++++++++---------------- 1 files changed, 12 insertions(+), 16 deletions(-) diff --git a/.umirc.ts b/.umirc.ts index 3d4c594..6eb45fe 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -1,33 +1,29 @@ import { defineConfig } from '@umijs/max'; +import dayjs from 'dayjs'; export default defineConfig({ + outputPath: `dist/dist-${dayjs().format('YYYYMMDD')}`, antd: {}, access: {}, model: {}, initialState: {}, request: {}, - // layout: { - // title: '@umijs/max', - // }, + mfsu: false, + qiankun: { + slave: { + enable: true, + }, + }, + base: '/v2/', 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', }, ], npmClient: 'pnpm', -- Gitblit v1.9.1