{
|
"pages": [{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "首页",
|
"enablePullDownRefresh": false,
|
"disableSwipeBack": true,
|
"navigationStyle": "custom"
|
}
|
}, {
|
"path": "pages/actionChange/agencyPage/index",
|
"style": {
|
"navigationBarTitleText": "首页",
|
"navigationStyle": "custom",
|
"app-plus": {
|
"bounce": "none"
|
}, // 防止ios端上下拖动
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "pages/login/login",
|
"style": {
|
"navigationBarTitleText": "登录",
|
"app-plus": {
|
"bounce": "none"
|
}, // 防止ios端上下拖动
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "pages/actionChange/newPage/index",
|
"style": {
|
"navigationBarTitleText": "新建交办单",
|
"app-plus": {
|
"bounce": "none"
|
}, // 防止ios端上下拖动
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "pages/actionChange/workOrderDetails/index",
|
"style": {
|
"navigationBarTitleText": "交办单信息",
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "pages/actionChange/myInfor/index",
|
"style": {
|
"navigationBarTitleText": "我的",
|
"enablePullDownRefresh": false,
|
"disableSwipeBack": true,
|
"navigationStyle": "custom"
|
}
|
}, {
|
"path": "pages/actionChange/secondLevelData/index",
|
"style": {
|
"navigationBarTitleText": "秒级数据",
|
"enablePullDownRefresh": false,
|
"disableSwipeBack": true
|
}
|
}, {
|
"path": "pages/actionChange/handheldDevices/index",
|
"style": {
|
"navigationBarTitleText": "手持设备",
|
"enablePullDownRefresh": false,
|
"disableSwipeBack": true
|
}
|
}]
|
}
|