2022.9.30
This commit is contained in:
@@ -22,7 +22,8 @@ module.exports = {
|
||||
// 代理列表, 是否开启代理通过[./dev.env.js]配置
|
||||
proxyTable: devEnv.OPEN_PROXY === false ? {} : {
|
||||
'/proxyApi': {
|
||||
target: 'http://192.168.1.16:8089/wms-qy/',
|
||||
// target: 'http://192.168.1.16:8089/wms-qy/',
|
||||
target: 'http://qy.wms.picaiba.com/wms-qy/',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/proxyApi': '/'
|
||||
|
||||
Reference in New Issue
Block a user