Merge branch 'master' into zyj
# Conflicts: # utils/request.js
This commit is contained in:
45
pages.json
45
pages.json
@@ -290,6 +290,13 @@
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "refundReview/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "退款审核",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -526,6 +533,44 @@
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "contractManagement",
|
||||
"pages": [{
|
||||
"path": "list/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "合同列表",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "list/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "合同详情",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
"root": "dataStatistics",
|
||||
"pages": [{
|
||||
"path": "networkPoint/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "网点数据统计",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "networkPoint/province",
|
||||
"style": {
|
||||
"navigationBarTitleText": "各省数据统计",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
||||
Reference in New Issue
Block a user