fix: 修改
This commit is contained in:
+2
-2
@@ -35,7 +35,8 @@ function loginAgain () {
|
||||
if (isMobile()) {
|
||||
loginInPhone().then(() => {
|
||||
Message.success('登录成功')
|
||||
router.go(0)
|
||||
// router.go(0)
|
||||
window.location.reload(false)
|
||||
})
|
||||
} else {
|
||||
window.location.href = ssoLogout + encodeURIComponent(window.location.href)
|
||||
@@ -99,7 +100,6 @@ function loginInPhone () {
|
||||
})
|
||||
hwh5.getAuthCode().then(data => {
|
||||
console.log('获取到了welinkCode', data)
|
||||
Message.success('获取到了welinkCode')
|
||||
if (data) {
|
||||
const code = data.code
|
||||
getTokenToWeLink({
|
||||
|
||||
Reference in New Issue
Block a user