仓库-出库单功能优化
This commit is contained in:
@@ -40,8 +40,8 @@ module.exports = {
|
||||
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
// target: 'http://192.168.90.92:8888/', // 后端接口地址
|
||||
target: 'http://192.168.0.31:8888/', // 后端接口地址
|
||||
target: 'http://192.168.60.251:8888/', // 后端接口地址
|
||||
// target: 'http://192.168.0.31:8888/', // 后端接口地址
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
['^' + process.env.VUE_APP_BASE_API]: '', //需要rewrite的
|
||||
@@ -49,8 +49,8 @@ module.exports = {
|
||||
},
|
||||
|
||||
msgHub: {
|
||||
// target: 'http://192.168.90.92:8888/msgHub',
|
||||
target: 'http://192.168.0.31:8888/msgHub',
|
||||
target: 'http://192.168.60.251:8888/msgHub',
|
||||
// target: 'http://192.168.0.31:8888/msgHub',
|
||||
ws: true,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
||||
Reference in New Issue
Block a user