forked from github/dataease
fix(移动端): 访问公共链接,跳转到登录界面
This commit is contained in:
parent
8d461c57bd
commit
f43aa84879
@ -28,7 +28,7 @@ router.beforeEach(async (to, from, next) => {
|
|||||||
start()
|
start()
|
||||||
loadStart()
|
loadStart()
|
||||||
|
|
||||||
if (isMobile()) {
|
if (isMobile() && to.name !== 'link') {
|
||||||
done()
|
done()
|
||||||
loadDone()
|
loadDone()
|
||||||
window.location.href = window.origin + '/mobile.html#/index'
|
window.location.href = window.origin + '/mobile.html#/index'
|
||||||
|
Loading…
Reference in New Issue
Block a user