forked from github/dataease
Merge pull request #10567 from dataease/pr@dev-v2_st
fix(移动端): 移动端添加跳转 #9828
This commit is contained in:
commit
b0a88179b2
@ -17,7 +17,7 @@ const { start, done } = useNProgress()
|
||||
const interactiveStore = interactiveStoreWithOut()
|
||||
|
||||
const { loadStart, loadDone } = usePageLoading()
|
||||
const whiteList = ['/login', '/panel', '/dvCanvas'] // 不重定向白名单
|
||||
const whiteList = ['/login', '/panel', '/dvCanvas', '/DashboardEmpty'] // 不重定向白名单
|
||||
|
||||
router.beforeEach(async (to, _, next) => {
|
||||
start()
|
||||
|
Loading…
Reference in New Issue
Block a user