|
|
@@ -40,7 +40,7 @@ module.exports = {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
['/iotprod-api']: {
|
|
|
// target: `http://192.168.1.57:8027`,
|
|
|
- target: `http://192.168.1.221:7000`,
|
|
|
+ target: `https://dev.a.yunfeiyun.com`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
@@ -48,7 +48,7 @@ module.exports = {
|
|
|
},
|
|
|
['/icsprod-api']: {
|
|
|
// target: `http://192.168.1.57:8027`,
|
|
|
- target: `http://192.168.1.221:7000`,
|
|
|
+ target: `https://dev.a.yunfeiyun.com`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
@@ -57,7 +57,7 @@ module.exports = {
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
// target: `http://192.168.1.57:8027`,
|
|
|
// target: `http://192.168.95:8021`,
|
|
|
- target: `http://192.168.1.221:7000`,
|
|
|
+ target: `https://dev.a.yunfeiyun.com`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
// ['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
@@ -65,7 +65,7 @@ module.exports = {
|
|
|
},
|
|
|
['/portalprod-api']: {
|
|
|
// target: `http://192.168.1.95:7000`,
|
|
|
- target: `http://192.168.1.221:7000`,
|
|
|
+ target: `https://dev.a.yunfeiyun.com`,
|
|
|
// target: `http://114.55.0.7:7000`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|