You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.3 KiB
53 lines
1.3 KiB
{
|
|
"pages": [{
|
|
"path": "pages/index/login",
|
|
"style": {
|
|
"navigationBarTitleText": "安全生产检查"
|
|
}
|
|
},{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "安全生产检查"
|
|
}
|
|
},{
|
|
"path" : "pages/index/patrol",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "安全生产检查",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path" : "pages/index/mypatrol",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "我的检查",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path" : "pages/index/allpatrol",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "检查整改",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path" : "pages/index/detail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "检查详情",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "安全生产检查",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#FFFFFF"
|
|
}
|
|
}
|