feat: 添加产线监控页面并优化扫码页面样式

- 新增产线监控页面(line.vue)及相关组件
- 优化扫码页面(easycode.vue)的UI布局和样式
- 调整pages.json中的页面顺序和导航栏配置
- 启用并配置tabBar功能
This commit is contained in:
砂糖
2025-11-03 13:48:03 +08:00
parent 30c319694c
commit d677c293e8
4 changed files with 254 additions and 56 deletions

View File

@@ -17,7 +17,14 @@
//#ifdef H5
this.checkLogin()
//#endif
// uni.hideTabBar()
},
// mounted() {
// uni.hideTabBar()
// },
// onShow() {
// uni.hideTabBar()
// },
initConfig() {
this.globalData.config = config
},