From 84609d384c2f0abfcfcb23cbfe1be5922425842a Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 03 九月 2025 15:07:36 +0800 Subject: [PATCH] feat: 钱包 --- apps/cMiniApp/src/app.config.ts | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/apps/cMiniApp/src/app.config.ts b/apps/cMiniApp/src/app.config.ts index 8a968fd..a8ac25a 100644 --- a/apps/cMiniApp/src/app.config.ts +++ b/apps/cMiniApp/src/app.config.ts @@ -66,7 +66,6 @@ 'authenticationResult/authenticationResult', 'authenticationRealName/authenticationRealName', 'authenticationFace/authenticationFace', - 'extraPage/extraPage', ], }, { @@ -93,6 +92,9 @@ 'unboundBankCard/unboundBankCard', 'incomeDetail/incomeDetail', 'incomeDetailInfo/incomeDetailInfo', + 'withdraw/withdraw', + 'withdrawResult/withdrawResult', + 'withdrawDetailInfo/withdrawDetailInfo', ], }, { @@ -121,6 +123,10 @@ root: 'subpackages/user', pages: ['complaint/complaint'], }, + { + root: 'subpackages/extraPage', + pages: ['extraPage/extraPage'], + }, ], // preloadRule: { // 'pages/mine/index': { -- Gitblit v1.9.1