From fca37014fa71cb3241d0603564ed0d154602a6e5 Mon Sep 17 00:00:00 2001 From: lnljyang <506960565@qq.com> Date: Fri, 23 Jan 2026 11:21:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E4=B8=80=E9=94=AE=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=A2=9E=E5=8A=A0appKey=E5=8F=82=E6=95=B0=E5=86=99?= =?UTF-8?q?=E6=AD=BBgjt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/user-login/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/login/user-login/index.vue b/pages/login/user-login/index.vue index 32d16e4..7cfbd3e 100644 --- a/pages/login/user-login/index.vue +++ b/pages/login/user-login/index.vue @@ -150,6 +150,7 @@ export default { .loginByPhoneForDriver({ phoneCode: data.detail.code, sessionCode: resp.code, + appKey: "gjt", }) .then((res) => { const result = res; @@ -158,7 +159,7 @@ export default { _this.getUserMenu(); setUser(result.userInfo); uni.switchTab({ - url: "/pages/index/index", + url: "/pages/map/index", }); }) .catch((errors) => {