|
@@ -38,15 +38,12 @@ module.exports = {
|
|
proxy: {
|
|
proxy: {
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
- // target: `http://172.20.10.5:8066`,
|
|
|
|
- // target: `http://175.27.169.173:8066`,
|
|
|
|
- target: `http://192.168.110.83:8066`,
|
|
|
|
- // target: `http://192.168.128.171:8066`,
|
|
|
|
- // target: `http://192.168.2.135:8066`, //铨一开发
|
|
|
|
- // target: `http://192.168.2.190:8066`,
|
|
|
|
- // target: `http://192.168.3.17:8066`,
|
|
|
|
- // target: `http://192.168.2.135:8066`,
|
|
|
|
- // target: `http://192.168.128.171:8066`,
|
|
|
|
|
|
+
|
|
|
|
+ // target: `http://192.168.128.171:8066`, //实验室
|
|
|
|
+ // target: `http://192.168.2.135:8066`, //铨一开发
|
|
|
|
+ // target: `http://192.168.3.17:8066`, //化纤服务器
|
|
|
|
+ // target: `http://192.168.110.182:8066`, //lth
|
|
|
|
+ target: `http://192.168.110.83:8066`, //hmc
|
|
// target: `http://175.27.169.173:8066`,//公网服务器
|
|
// target: `http://175.27.169.173:8066`,//公网服务器
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
pathRewrite: {
|
|
pathRewrite: {
|