Unify ports to 9002/9000 and fix report grouping sort, weigh summary in wan
This commit is contained in:
@@ -11,18 +11,18 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
port: 9000,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:5246',
|
||||
target: 'http://localhost:9002',
|
||||
changeOrigin: true
|
||||
},
|
||||
'/uploads': {
|
||||
target: 'http://localhost:5246',
|
||||
target: 'http://localhost:9002',
|
||||
changeOrigin: true
|
||||
},
|
||||
'/mobile-upload.html': {
|
||||
target: 'http://localhost:5246',
|
||||
target: 'http://localhost:9002',
|
||||
changeOrigin: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user