fix:木箱出库时移库方法增加同巷道校验;opt:子卷下先空洞问题

This commit is contained in:
zhangzq
2025-05-02 16:13:04 +08:00
parent a2d10682ef
commit 089193516a
10 changed files with 76 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
ENV = 'development'
# 接口地址
VUE_APP_BASE_API = 'http://10.1.3.91:8013'
VUE_APP_WS_API = 'ws://10.1.3.91:8013'
VUE_APP_BASE_API = 'http://127.0.0.1:8013'
VUE_APP_WS_API = 'ws://127.0.0.1:8013'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true