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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user