|
@@ -104,7 +104,7 @@ const vueConfig = {
|
|
|
// If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- target: 'http://localhost:5001',
|
|
|
+ target: 'http://localhost:5000',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
@@ -112,12 +112,12 @@ const vueConfig = {
|
|
|
}
|
|
|
},
|
|
|
'/files': {
|
|
|
- target: 'http://localhost:5001',
|
|
|
+ target: 'http://localhost:5000',
|
|
|
ws: false,
|
|
|
changeOrigin: true
|
|
|
},
|
|
|
'/websocket': {
|
|
|
- target: 'ws://localhost:5001',
|
|
|
+ target: 'ws://localhost:5000',
|
|
|
ws: true,
|
|
|
changeOrigin: false,
|
|
|
logLevel: 'debug',
|