This commit is contained in:
paulGao
2022-02-14 18:16:48 +08:00
parent 4a5a4c19a5
commit 4f74502951
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ export default {
getUserProfile() {
let code = "WECHAT";
let buyer = api.buyer;
window.open(buyer + `/passport/connect/login/web/` + code, "_self");
window.open(buyer + `/passport/connect/connect/login/web/` + code, "_self");
},
backToHome() {
uni.switchTab({