fix(移动端): 移动端添加跳转 #9828

This commit is contained in:
dataeaseShu 2024-06-27 16:44:20 +08:00
parent 97146ee14b
commit 3f33e678a6

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