export default { dev: { // '/api/wfap/v1/audit/bill/find/by/procid': { // target: 'http://10.242.37.148:8891/',//审批单 dev环境自动审批,暂时用不到 // changeOrigin: true, // pathRewrite: { '^': '' }, // }, '/api/*': { target: 'http://10.242.37.148:18022',//连接天宫的ng changeOrigin: true, pathRewrite: { '^': '' }, }, }, UAT: { // '/api/wfap/v1/audit/bill/find/by/procid': { // target: 'http://10.242.31.158:8891/',//审批单 uat环境自动审批,暂时用不到 // changeOrigin: true, // pathRewrite: { '^': '' }, // }, '/v1/elec/eval/placearea/list': { // /v1/elec/eval/placearea/uset/list target: 'http://localhost:18017', //连接天宫的ng changeOrigin: true, pathRewrite: { '^': '' }, }, '/v1/eval/device/queryPageByParam': { target: 'http://localhost:18017', //连接天宫的ng changeOrigin: true, pathRewrite: { '^': '' }, }, '/v1/eval/room/reserve/cancel': { target: 'http://localhost:18017',//连接本地 changeOrigin: true, pathRewrite: { '^': '' }, }, '/v1/eval/room/reserve/list': { target: 'http://localhost:18017',//连接本地 changeOrigin: true, pathRewrite: { '^': '' }, }, '/v1/elec/eval/room/list': { target: 'http://localhost:18017',//连接本地 changeOrigin: true, pathRewrite: { '^': '' }, }, '/api/*': { target: 'http://10.242.31.158:18022',//连接天宫的ng changeOrigin: true, pathRewrite: { '^': '' }, }, // '/doc/v1.0/*': { // target: 'http://10.242.31.158:8806',//连接天宫的ng // changeOrigin: true, // pathRewrite: { '^': '' }, // }, }, sim: { // '/api/wfap/v1/audit/bill/find/by/procid': { // target: 'http://10.242.31.158:8891/',//审批单 uat环境自动审批,暂时用不到 // changeOrigin: true, // pathRewrite: { '^': '' }, // }, '/api/*': { target: 'http://10.242.31.54:18022',//连接天宫的ng changeOrigin: true, pathRewrite: { '^': '' }, }, }, prod: { '/api/*': { target: 'http://uscm.unicom.local:18022',//连接天宫的ng changeOrigin: true, pathRewrite: { '^': '' }, }, } };