diff --git a/public/index.html b/public/index.html index 0463b10c7..125b14110 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@
- + diff --git a/src/utils/login.js b/src/utils/login.js index 1579643fb..c8b167cef 100644 --- a/src/utils/login.js +++ b/src/utils/login.js @@ -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({