1.
Some checks failed
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Has been cancelled

This commit is contained in:
2025-09-05 16:54:53 +08:00
parent 8e23e63b3a
commit c7ff9a5234
22 changed files with 2849 additions and 591 deletions

View File

@@ -373,7 +373,7 @@
{
"path": "pages/sys/user/myRecord/myRecord",
"style": {
"navigationStyle": "custom"
"navigationBarTitleText": "我的考勤"
}
},
{
@@ -479,6 +479,34 @@
{
"navigationBarTitleText" : "巡检任务"
}
},
{
"path" : "pages/sys/workbench/inspection/inspectionOpt",
"style" :
{
"navigationBarTitleText" : "巡检详情"
}
},
{
"path" : "pages/sys/workbench/inspection/inspectionDetail",
"style" :
{
"navigationBarTitleText" : "巡检详情"
}
},
{
"path" : "pages/sys/workbench/book/book",
"style" :
{
"navigationBarTitleText" : " 通讯录"
}
},
{
"path" : "pages/sys/workbench/leave/leave",
"style" :
{
"navigationBarTitleText" : "请假"
}
}
],
"tabBar": {