Update project
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user