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 | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/cMiniApp/src/app.config.ts b/apps/cMiniApp/src/app.config.ts index 4c97564..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', ], }, { @@ -82,7 +81,6 @@ 'mineCollectTask/mineCollectTask', 'mineAgreementSign/mineAgreementSign', 'mineAgreementSignDetail/mineAgreementSignDetail', - 'mineAgreementSignExtraPage/mineAgreementSignExtraPage', 'setting/setting', ], }, @@ -94,6 +92,9 @@ 'unboundBankCard/unboundBankCard', 'incomeDetail/incomeDetail', 'incomeDetailInfo/incomeDetailInfo', + 'withdraw/withdraw', + 'withdrawResult/withdrawResult', + 'withdrawDetailInfo/withdrawDetailInfo', ], }, { @@ -122,6 +123,10 @@ root: 'subpackages/user', pages: ['complaint/complaint'], }, + { + root: 'subpackages/extraPage', + pages: ['extraPage/extraPage'], + }, ], // preloadRule: { // 'pages/mine/index': { -- Gitblit v1.9.1