|
@@ -38,12 +38,20 @@ module.exports = {
|
|
|
proxy: {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
+ // target: `http://192.168.110.59:8080`,
|
|
|
+ // target: `http://192.168.110.83:8080`,
|
|
|
+ // target: `http://192.168.110.52:8080`,
|
|
|
+ // target: `http://192.168.110.76:8080`,
|
|
|
+ // target: `http://175.27.169.173:8080`,
|
|
|
+ target: `http://192.168.10.3:8080`,
|
|
|
+
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
}
|
|
|
},
|
|
|
'/DB': {
|
|
|
+ // target: `http://192.168.110.59:8099`,
|
|
|
target: `http://175.27.169.173:8099`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
@@ -51,6 +59,7 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
'/FORM': {
|
|
|
+ // target: `http://192.168.110.59:8088`,
|
|
|
// target: `http://175.27.169.173:8088`,
|
|
|
target: `http://192.168.10.3:8088`,
|
|
|
changeOrigin: true,
|
|
@@ -173,6 +182,4 @@ module.exports = {
|
|
|
}
|
|
|
)
|
|
|
}
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
+}
|