Merge branch 'master' into zyj

# Conflicts:
#	utils/request.js
This commit is contained in:
2024-03-19 14:32:27 +08:00
24 changed files with 2614 additions and 154 deletions

View File

@@ -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": {