refactor(l2): 统一轧辊字典命名并优化样式

- 将roller_type和roller_position统一重命名为main_roll_type和main_roll_position
- 移除冗余的标签显示,直接使用dict-tag组件
- 调整页面布局和样式,移除不必要的背景和边框
- 更新日志模块使用新的字典类型
- 更新hand-factory版本号至1.3.12
- 修改staging环境API地址
This commit is contained in:
砂糖
2025-11-19 16:42:36 +08:00
parent ee00290b35
commit 87daf5c180
9 changed files with 26 additions and 25 deletions

View File

@@ -11,4 +11,4 @@ ENV = 'staging'
# 若依管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'
VUE_APP_SERVICE_BASE_API = 'http://140.143.206.120:18081'
VUE_APP_SERVICE_BASE_API = 'http://140.143.206.120:10082/prod-api'