Update .umirc.ts

This commit is contained in:
caishi 2025-04-29 17:19:43 +08:00
parent d132b5d398
commit 9aa791bcd1
1 changed files with 3 additions and 1 deletions

View File

@ -53,5 +53,7 @@ export default defineConfig({
model: {},
dva: {},
initialState: {},
hash: true
hash: true,
base: '/pipeline/',
publicPath: './',
});