优化产品的选择
This commit is contained in:
@@ -47,6 +47,14 @@ export default defineUniPages({
|
||||
{ path: 'audit/list', style: { navigationBarTitleText: '审核列表' } },
|
||||
{ path: 'audit/detail', style: { navigationBarTitleText: '审核详情' } },
|
||||
{ path: 'customer/list', style: { navigationBarTitleText: '客户管理' } },
|
||||
{ path: 'customer/detail', style: { navigationBarTitleText: '客户详情' } },
|
||||
{ path: 'customer/transaction-list', style: { navigationBarTitleText: '交易记录' } },
|
||||
{ path: 'customer/withdraw-list', style: { navigationBarTitleText: '提现记录' } },
|
||||
{ path: 'report/list', style: { navigationBarTitleText: '报表列表' } },
|
||||
{ path: 'report/download', style: { navigationBarTitleText: '报表下载' } },
|
||||
{ path: 'visit/list', style: { navigationBarTitleText: '拜访计划' } },
|
||||
{ path: 'visit/create', style: { navigationBarTitleText: '创建拜访' } },
|
||||
{ path: 'visit/detail', style: { navigationBarTitleText: '拜访详情' } },
|
||||
{ path: 'me/index', style: { navigationBarTitleText: '银行中心' } },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user