|
@@ -32,58 +32,8 @@ module.exports = {
|
|
|
port: port,
|
|
|
open: true,
|
|
|
proxy: {
|
|
|
- // detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
- // target: `http://58.56.152.118:9010/prod-api/`,
|
|
|
- // target: `http://192.168.8.111:9010/`,
|
|
|
- // target: `http://127.0.0.1:9010/`,//http://192.168.8.102:9010/
|
|
|
- // target: `http://192.168.1.116:9012/`,
|
|
|
- // target: `http://192.168.1.116:9010/`,
|
|
|
- // target: `http://192.168.1.140:9010/`,
|
|
|
- // target: `https://test.fms.tubaosoft.com/prod-api/`,
|
|
|
- // target: `https://jsl.re-king.cn/prod-api/`,
|
|
|
- // target: `https://ck.huodaonar.com/prod-api/`,
|
|
|
- // target: `https://test.wms.tubaosoft.com/prod-api /`,
|
|
|
- // target: `https://test.tms.tubaosoft.com/prod-api/`,
|
|
|
- // target: `https://test.ke.tubaosoft.com/prod-api/`,
|
|
|
- // target: `http://lhsy.tubaosoft.com/prod-api/`,
|
|
|
- // target: `https://wms.hituring.com/prod-api/`,
|
|
|
- // target: `https://op.zdgjqd.com/prod-api/`,
|
|
|
- // target: `https://jianqiao.tubaosoft.com/prod-api/`,
|
|
|
- // target: `https://jiyong.tubaosoft.com/prod-api/`,
|
|
|
- // target: `https://qd.dmu.com.cn/prod-api/`,
|
|
|
- // target: `https://jingang.tubaosoft.com/prod-api/`,
|
|
|
- // target: `https://dh.tubaosoft.com/prod-api/`,
|
|
|
- // target: `https://jhy.tubaosoft.com/prod-api/`,
|
|
|
- // target: `https://hwc.tubaosoft.com/prod-api/`,
|
|
|
- target: `https://zjxd.dhscs.net/prod-api/`,
|
|
|
- // target: `http://ck.huodaonar.com/prod-api/`,
|
|
|
- // target: `https://ck.hturing.com/prod-api/`,
|
|
|
- // target: `https://hltd.echepei.com/prod-api/`,
|
|
|
- // target: `https://jingang.re-king.cn//prod-api/`,
|
|
|
- // target: `https://wms.hadexpress.com/prod-api/`,
|
|
|
- // target: `https://jingrun.tubaosoft.com/prod-api/`,
|
|
|
- // target: `https://www.jingruntech.com/prod-api/`,
|
|
|
- // target: `https://ke.khzclogistics.com/prod-api/`,
|
|
|
- //道和
|
|
|
- // target: `http://192.168.60.147:8090/`,
|
|
|
- // 凯和正式
|
|
|
- // target: `https://op.khzclogistics.com/prod-api/`,
|
|
|
- // target: `https://hb.tubaosoft.com/prod-api/`,
|
|
|
- // 华为10M
|
|
|
- // target: `http://121.36.212.131:9010/`,
|
|
|
- // target: `http://121.36.212.131:9020/`,
|
|
|
- // target: `http://121.36.212.131:9030/`,
|
|
|
- // 华为测试
|
|
|
- // target: `http://124.70.179.5:9010/`,
|
|
|
- // target: `http://124.70.179.5:9030`,
|
|
|
- // target: `http://124.70.179.5:9080/`,
|
|
|
- // 大木服务器
|
|
|
- // target: `http://115.29.151.39:9010/`,
|
|
|
- // target: `http://47.105.221.72:9010/`,
|
|
|
- // target: `http://localhost:9020/`,
|
|
|
- // target: `http://csmgn2.natappfree.cc`,
|
|
|
- // target: `http://engineering.echepei.com:9010/`,
|
|
|
+ target: `http://192.168.8.108:9099/`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|