opt:界面优化,手持出入库优化;

This commit is contained in:
2025-07-14 09:27:19 +08:00
parent cebf2d2666
commit fe944cec89
43 changed files with 752 additions and 314 deletions

View File

@@ -2,7 +2,7 @@ ENV = 'development'
# 接口地址
VUE_APP_BASE_API = 'http://localhost:8011'
VUE_APP_WS_API = 'ws://localhost:801'
VUE_APP_WS_API = 'ws://localhost:8011'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true