仓库管理-库位信息: 初始化

This commit is contained in:
qianhao.xu
2024-03-12 17:38:38 +08:00
parent 7f7c8f5d84
commit 67070b8c36
6 changed files with 11 additions and 74 deletions

View File

@@ -37,13 +37,7 @@ module.exports = {
port: 8887, // 项目启动port,
open: true,
proxy: {
[process.env.VUE_APP_BASE_API+'/wms']: {
target: 'http://localhost:8000/', // 后端接口地址
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '',
},
},
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: 'http://localhost:8888/', // 后端接口地址