产品库增加企微端登录,登录修复

This commit is contained in:
aixianling
2022-06-13 20:14:38 +08:00
parent a8a684e3d4
commit 7aa1f68813

View File

@@ -100,8 +100,6 @@ export const config = {
if (res?.access_token) {
return [res?.token_type, res?.access_token].join(" ").trim()
} else return Promise.reject(res.msg)
}).catch(err => {
uni.showToast({title: err, icon: 'none'})
})
}
}