|
@@ -44,8 +44,8 @@ module.exports = {
|
|
|
// target: `http://4j9755v434.qicp.vip:30877`,
|
|
|
// target: `http://10.16.4.2:8080`, //陈航
|
|
|
// target: `http://10.16.4.5:8080`,//孙坤阳
|
|
|
- // target: `http://localhost:8080`,
|
|
|
- target: `http://121.36.73.159:807/prod-api`,
|
|
|
+ target: `http://localhost:8080`,
|
|
|
+ // target: `http://121.36.73.159:807/prod-api`,
|
|
|
// target: `http://10.16.4.7:806/prod-api`,
|
|
|
// target: `http://10.16.4.14:801/prod-api`,
|
|
|
changeOrigin: true,
|
|
@@ -96,6 +96,13 @@ module.exports = {
|
|
|
['^' + '/mzylfwobs']: '',
|
|
|
},
|
|
|
},
|
|
|
+ '/upload': {
|
|
|
+ target: `http://121.36.73.159:807/prod-api/file/upload`,
|
|
|
+ changeOrigin: true,
|
|
|
+ pathRewrite: {
|
|
|
+ ['^' + '/upload']: '',
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
disableHostCheck: true,
|
|
|
},
|