接入oa-api
This commit is contained in:
25
pages.json
25
pages.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user