Merge pull request #10567 from dataease/pr@dev-v2_st

fix(移动端): 移动端添加跳转 #9828
This commit is contained in:
dataeaseShu 2024-06-27 16:44:47 +08:00 committed by GitHub
commit b0a88179b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()