mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge pull request #8373 from dataease/pr@dev-v2_de_link
fix(移动端): 访问公共链接,跳转到登录界面
This commit is contained in:
commit
2c4910735c
@ -28,7 +28,7 @@ router.beforeEach(async (to, from, next) => {
|
||||
start()
|
||||
loadStart()
|
||||
|
||||
if (isMobile()) {
|
||||
if (isMobile() && to.name !== 'link') {
|
||||
done()
|
||||
loadDone()
|
||||
window.location.href = window.origin + '/mobile.html#/index'
|
||||
|
Loading…
Reference in New Issue
Block a user