feat: 重构扫码与巡检模块,优化页面路由
1. 新增钢卷详情、扫码页面与设备巡检组件 2. 调整首页跳转逻辑至扫码页面,更新tabBar配置 3. 隐藏旧的分条、其他操作模块,替换钢卷详情弹窗为页面跳转 4. 复用巡检组件到扫码页面与设备巡检页
This commit is contained in:
@@ -125,6 +125,18 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "缺陷维护"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/coil-detail/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "钢卷详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/scan/scan",
|
||||
"style": {
|
||||
"navigationBarTitleText": "扫码"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
@@ -135,21 +147,15 @@
|
||||
"tabBar": {
|
||||
"selectedColor": "#17abe3",
|
||||
"list": [
|
||||
{
|
||||
"text": "产线",
|
||||
"pagePath": "pages/line/line",
|
||||
"selectedIconPath": "/static/images/tabbar/home_.png",
|
||||
"iconPath": "/static/images/tabbar/home.png"
|
||||
},
|
||||
{
|
||||
"text": "待办",
|
||||
"pagePath": "pages/todo/index",
|
||||
"selectedIconPath": "/static/images/tabbar/todo_.png",
|
||||
"iconPath": "/static/images/tabbar/todo.png"
|
||||
},
|
||||
// {
|
||||
// "text": "待办",
|
||||
// "pagePath": "pages/todo/index",
|
||||
// "selectedIconPath": "/static/images/tabbar/todo_.png",
|
||||
// "iconPath": "/static/images/tabbar/todo.png"
|
||||
// },
|
||||
{
|
||||
"text": "扫码",
|
||||
"pagePath": "pages/easycode/easycode",
|
||||
"pagePath": "pages/scan/scan",
|
||||
"selectedIconPath": "/static/images/tabbar/work_.png",
|
||||
"iconPath": "/static/images/tabbar/work.png"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user