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