更新
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-07 17:00:16 +08:00
parent ff8adae814
commit 4876a48c39
6 changed files with 3052 additions and 120 deletions

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-11-19 10:10:51
* @LastEditors: zwq
* @LastEditTime: 2022-06-30 11:11:45
* @LastEditTime: 2023-03-07 15:48:48
* @Description: file content
* @FilePath: \mt-qj-wms-ui\config\index.js
*/
@@ -22,8 +22,8 @@ module.exports = {
// 代理列表, 是否开启代理通过[./dev.env.js]配置
proxyTable: devEnv.OPEN_PROXY === false ? {} : {
'/proxyApi': {
// target: 'http://192.168.1.16:8089/wms-qy/',
target: 'http://qy.wms.picaiba.com/wms-qy/',
target: 'http://192.168.1.12:8089/wms-qy/',
// target: 'http://qy.wms.picaiba.com/wms-qy/',
changeOrigin: true,
pathRewrite: {
'^/proxyApi': '/'
@@ -32,7 +32,7 @@ module.exports = {
},
// Various Dev Server settings
host: 'localhost', // can be overwritten by process.env.HOST
host: '192.168.1.59', // can be overwritten by process.env.HOST
port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true,
errorOverlay: true,