feature: 修改
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta http-equiv="pragram" content="no-cache">
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user