opt:空木箱入库增加层数

This commit is contained in:
2024-05-11 22:09:26 +08:00
parent a07df96854
commit 34def7f32a
6 changed files with 23 additions and 30 deletions

View File

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