2022.9.30

This commit is contained in:
lb
2022-09-30 14:43:03 +08:00
parent e8de7c75f5
commit 7dc59ffd91
348 changed files with 98436 additions and 1025 deletions

View File

@@ -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': '/'