|
@@ -100,11 +100,11 @@ const vueConfig = {
|
|
|
|
|
|
devServer: {
|
|
|
// development server port 8000
|
|
|
- port: 8000,
|
|
|
+ port: 8050,
|
|
|
// If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- target: 'http://localhost:5000',
|
|
|
+ target: 'http://localhost:5050',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
@@ -112,7 +112,7 @@ const vueConfig = {
|
|
|
}
|
|
|
},
|
|
|
'/files': {
|
|
|
- target: 'http://localhost:5000',
|
|
|
+ target: 'http://localhost:5050',
|
|
|
ws: false,
|
|
|
changeOrigin: true
|
|
|
}
|