授权登录

This commit is contained in:
shijingjing
2022-09-29 15:28:57 +08:00
parent 62f201e5e5
commit 110695c03d
3 changed files with 8 additions and 8 deletions

View File

@@ -91,6 +91,9 @@ const $getUserProfile = () => {
lang: 'zh_CN',
success: (data) => {
resolve(data);
},
fail: (err)=> {
console.log(err);
}
});
});