feature: 修改
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<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="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<meta http-equiv="pragram" content="no-cache">
|
<meta http-equiv="pragram" content="no-cache">
|
||||||
<meta http-equiv="Pragma" content="no-cache" />
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
|
|||||||
@@ -91,6 +91,7 @@ function loginInIdm (code) {
|
|||||||
// welink登录
|
// welink登录
|
||||||
function loginInPhone () {
|
function loginInPhone () {
|
||||||
return new Promise( (resolve, reject) => {
|
return new Promise( (resolve, reject) => {
|
||||||
|
Message.success('重新登录中...')
|
||||||
const loading = Loading.service({
|
const loading = Loading.service({
|
||||||
lock: true,
|
lock: true,
|
||||||
text: '登录中...',
|
text: '登录中...',
|
||||||
@@ -98,6 +99,7 @@ function loginInPhone () {
|
|||||||
})
|
})
|
||||||
hwh5.getAuthCode().then(data => {
|
hwh5.getAuthCode().then(data => {
|
||||||
console.log('获取到了welinkCode', data)
|
console.log('获取到了welinkCode', data)
|
||||||
|
Message.success('获取到了welinkCode' + data.code)
|
||||||
if (data) {
|
if (data) {
|
||||||
const code = data.code
|
const code = data.code
|
||||||
getTokenToWeLink({
|
getTokenToWeLink({
|
||||||
|
|||||||
Reference in New Issue
Block a user