接入oa-api

This commit is contained in:
砂糖
2025-07-05 16:09:43 +08:00
parent 179005822d
commit 00417ba7cc
15 changed files with 1137 additions and 25 deletions

View File

@@ -242,9 +242,25 @@
{
"path": "pages/workbench/index/index",
"style": {
"navigationBarTitleText": "",
"navigationBarTitleText": "工作台",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/workbench/reportWork/reportWork",
"style" :
{
"navigationBarTitleText": "每日报工",
"navigationStyle": "default"
}
},
{
"path" : "pages/workbench/construction/construction",
"style" :
{
"navigationBarTitleText" : "施工进度",
"navigationStyle": "default"
}
}
],
"tabBar": {
@@ -266,7 +282,12 @@
"selectedIconPath": "static/images/tabbar_contacts_active.png",
"text": "通讯录"
},
{
"pagePath": "pages/workbench/index/index",
"iconPath": "/static/images/tabbar_workbench.png",
"selectedIconPath": "/static/images/tabbar_workbench_active.png",
"text": "工作台"
},
{
"pagePath": "pages/profile/index/index",
"iconPath": "./static/images/tabbar_profile.png",