feat: 银行端

This commit is contained in:
FlowerWater
2025-12-20 12:43:50 +08:00
parent 9591234e70
commit 06df763ed4
21 changed files with 3473 additions and 230 deletions

View File

@@ -37,6 +37,7 @@ export default defineUniPages({
{ path: 'me/index', style: { navigationBarTitleText: '商家中心' } },
{ path: 'me/shop', style: { navigationBarTitleText: '店铺设置' } },
{ path: 'me/account', style: { navigationBarTitleText: '账号安全' } },
{ path: 'loan/assist', style: { navigationBarTitleText: '贷款辅助材料' } },
],
},
{
@@ -44,6 +45,7 @@ export default defineUniPages({
pages: [
{ path: 'dashboard/index', style: { navigationBarTitleText: '银行工作台' } },
{ path: 'audit/list', style: { navigationBarTitleText: '审核列表' } },
{ path: 'audit/detail', style: { navigationBarTitleText: '审核详情' } },
{ path: 'customer/list', style: { navigationBarTitleText: '客户管理' } },
{ path: 'me/index', style: { navigationBarTitleText: '银行中心' } },
],