Update project

This commit is contained in:
wanghep
2026-04-08 20:04:40 +08:00
parent 2eab960303
commit 862235ea89
130 changed files with 60206 additions and 231 deletions

View File

@ -5,6 +5,21 @@ export default defineConfig({
plugins: [vue()],
server: {
host: '127.0.0.1',
port: 9000
port: 9000,
hmr: {
host: '127.0.0.1',
port: 9000,
protocol: 'ws'
},
proxy: {
'/api': {
target: 'http://127.0.0.1:10000',
changeOrigin: true
},
'/main-capital-flow-images': {
target: 'http://127.0.0.1:10000',
changeOrigin: true
}
}
}
})