From 5db828fd56664988d9fa0e9a34cd2237151a7a99 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 29 八月 2025 13:49:36 +0800 Subject: [PATCH] fix: bug --- apps/cMiniApp/src/subpackages/authentication/extraPage/extraPage.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/cMiniApp/src/subpackages/authentication/extraPage/extraPage.vue b/apps/cMiniApp/src/subpackages/authentication/extraPage/extraPage.vue index b6db03c..6501518 100644 --- a/apps/cMiniApp/src/subpackages/authentication/extraPage/extraPage.vue +++ b/apps/cMiniApp/src/subpackages/authentication/extraPage/extraPage.vue @@ -6,7 +6,7 @@ import Taro from '@tarojs/taro'; defineOptions({ - name: 'authenticationFaRen', + name: 'extraPage', }); const router = Taro.useRouter(); -- Gitblit v1.9.1