From 4816054b96606103ea4bdc72fc2575bc3816bc93 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Fri, 17 Oct 2025 17:54:03 +0800 Subject: [PATCH] =?UTF-8?q?10.17=E4=B8=8B=E7=8F=AD=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 5 +++-- components/navBar/navbar.vue | 2 +- manifest.json | 5 +++++ pages/index/index.vue | 4 ++-- pages_app/consult/consult.vue | 6 +++--- pages_app/login/login.vue | 4 ++-- pages_app/personInfo/personInfo.vue | 22 ++++++++++++++++++---- pages_app/pwdLogin/pwdLogin.vue | 9 ++++++--- pages_app/smsLogin/smsLogin.vue | 4 ++-- pages_app/webview/webview.vue | 2 +- tsconfig.json | 1 + 11 files changed, 44 insertions(+), 20 deletions(-) diff --git a/App.vue b/App.vue index a3c425d..1d0bba6 100644 --- a/App.vue +++ b/App.vue @@ -449,12 +449,13 @@ export default { appId: "3364888", appKey: "75D5Vqsg63wok0S0w4SKog0w8", certificateName: "Expert_Op_Push", - secret: "9e93Ce2AbA97E15F3852279b639b014e", + secret: "416a4f5eF822ddcB73B627Cc310636D7", + }, vivoPush: { appId: "100034326", appKey: "e789634c1f76c8f184b1def1101ce824", - certificateName: "Expert_vivo_Push", + certificateName: "Expert_Vi_Push", secret: "416a4f5eF822ddcB73B627Cc310636D7", }, fcmPush: { diff --git a/components/navBar/navbar.vue b/components/navBar/navbar.vue index ae5fe7d..4b1302a 100644 --- a/components/navBar/navbar.vue +++ b/components/navBar/navbar.vue @@ -1,7 +1,7 @@