|
@@ -18,11 +18,11 @@ export default defineConfig({
|
|
|
port: 3200,
|
|
port: 3200,
|
|
|
proxy: {
|
|
proxy: {
|
|
|
'/api': {
|
|
'/api': {
|
|
|
- target: 'http://localhost:18080',
|
|
|
|
|
|
|
+ target: 'http://localhost:8090',
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
},
|
|
},
|
|
|
'/ws': {
|
|
'/ws': {
|
|
|
- target: 'ws://localhost:18081',
|
|
|
|
|
|
|
+ target: 'ws://localhost:8091',
|
|
|
ws: true,
|
|
ws: true,
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|