fix(手机端): 退出到welink待办页

This commit is contained in:
zyn
2023-12-14 15:50:00 +08:00
parent 26d1af11ce
commit 78e7d08029
109 changed files with 7353 additions and 7117 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ import { webLoginType } from '@/sysConfig'
import VConsole from 'vuex'
import isMobile from "./store/isMobile";
import isMobile from './store/isMobile';
import { getCode, toIdmLoginPage, loginInIdm, loginInPhone, close } from '@/utils/login'
router.beforeEach((to, from, next) => {
@@ -99,7 +99,7 @@ router.beforeEach((to, from, next) => {
} else {
if (getCode()) {
loginInIdm(getCode()).then(() => {
let path = to.fullPath.replace('code=' + getCode(), '')
const path = to.fullPath.replace('code=' + getCode(), '')
next({ path })
})
} else {