From e9b63ce57c9cfdcda6c205f0a1de8a6aff4d99cd Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 03 九月 2025 17:44:03 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp

---
 apps/cMiniApp/src/app.config.ts |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/apps/cMiniApp/src/app.config.ts b/apps/cMiniApp/src/app.config.ts
index 7c84b97..a8ac25a 100644
--- a/apps/cMiniApp/src/app.config.ts
+++ b/apps/cMiniApp/src/app.config.ts
@@ -64,6 +64,8 @@
         'authenticationFaRen/authenticationFaRen',
         'authenticationJBR/authenticationJBR',
         'authenticationResult/authenticationResult',
+        'authenticationRealName/authenticationRealName',
+        'authenticationFace/authenticationFace',
       ],
     },
     {
@@ -90,6 +92,9 @@
         'unboundBankCard/unboundBankCard',
         'incomeDetail/incomeDetail',
         'incomeDetailInfo/incomeDetailInfo',
+        'withdraw/withdraw',
+        'withdrawResult/withdrawResult',
+        'withdrawDetailInfo/withdrawDetailInfo',
       ],
     },
     {
@@ -118,6 +123,10 @@
       root: 'subpackages/user',
       pages: ['complaint/complaint'],
     },
+    {
+      root: 'subpackages/extraPage',
+      pages: ['extraPage/extraPage'],
+    },
   ],
   // preloadRule: {
   //   'pages/mine/index': {

--
Gitblit v1.9.1