修改统一门户登录后的重定向路径为首页

This commit is contained in:
chenxf 2026-06-08 17:29:04 +08:00
parent c7851b683c
commit de4a59d463
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ router.beforeEach(async (to, from, next) => {
}).then(() => { }).then(() => {
setToken('token') setToken('token')
next({ next({
path: '/business', path: '/home/index',
replace: true replace: true
}) })
}).catch((error) => { }).catch((error) => {