update port (#36)

This commit is contained in:
yqj123
2024-01-19 10:45:37 +08:00
committed by GitHub
parent 4a858d33b6
commit c4f72317a2
4 changed files with 6 additions and 5 deletions

View File

@@ -7,14 +7,14 @@ export default defineConfig({
routes,
npmClient: 'npm',
base: '/',
publicPath: '/client/dist/',
publicPath: '/web/dist/',
esbuildMinifyIIFE: true,
icons: {
},
hash: true,
history: {
type: 'hash',
type: 'browser',
},
plugins: ['@umijs/plugins/dist/dva'],
dva: {},