feature: 修改

This commit is contained in:
zyn
2024-01-19 17:17:22 +08:00
parent 96aa770664
commit 341eef3d29
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -91,6 +91,7 @@ function loginInIdm (code) {
// welink登录
function loginInPhone () {
return new Promise( (resolve, reject) => {
Message.success('重新登录中...')
const loading = Loading.service({
lock: true,
text: '登录中...',
@@ -98,6 +99,7 @@ function loginInPhone () {
})
hwh5.getAuthCode().then(data => {
console.log('获取到了welinkCode', data)
Message.success('获取到了welinkCode' + data.code)
if (data) {
const code = data.code
getTokenToWeLink({