WMS系统功能添加

This commit is contained in:
赵正易
2024-03-11 11:26:56 +08:00
parent ef18db877d
commit f2d2192cd9
40 changed files with 714 additions and 266 deletions

View File

@@ -37,9 +37,12 @@ module.exports = {
port: 8887, // 项目启动port,
open: true,
proxy: {
'/wms': {
[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]: {