|
@@ -41,21 +41,21 @@ module.exports = {
|
|
|
devServer: {
|
|
|
proxy: {
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
- target: 'http://182.43.50.128:8083',
|
|
|
+ target: 'http://182.43.50.128:7083',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: '/admin/'
|
|
|
}
|
|
|
},
|
|
|
[process.env.VUE_APP_BASE_API2]: {
|
|
|
- target: 'http://182.43.50.128:8083',
|
|
|
+ target: 'http://182.43.50.128:7083',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API2]: '/bazb/'
|
|
|
}
|
|
|
},
|
|
|
[process.env.VUE_APP_BASE_API3]: {
|
|
|
- target: 'http://182.43.50.128:8083',
|
|
|
+ target: 'http://182.43.50.128:7083',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API3]: '/api/'
|