Compare commits

..

1 Commits

Author SHA1 Message Date
lnljyang
fca37014fa 微信一键登录增加appKey参数写死gjt 2026-01-23 11:21:35 +08:00

View File

@@ -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) => {