This commit is contained in:
xiaozhiyong
2024-11-13 13:21:59 +08:00
parent 81e136096d
commit c501ba0a53
14 changed files with 2337 additions and 27 deletions

View File

@@ -475,6 +475,35 @@
}
]
},
{
"root": "bankEnterpriseConnection",
"pages": [
{
"path": "balanceInquiry/index",
"style": {
"navigationBarTitleText": "账户余额",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "payment/index",
"style": {
"navigationBarTitleText": "付款管理",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "payment/details",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "userManagement",
"pages": [