修改统一门户登录后的重定向路径为首页
This commit is contained in:
parent
c7851b683c
commit
de4a59d463
|
|
@ -20,7 +20,7 @@ router.beforeEach(async (to, from, next) => {
|
|||
}).then(() => {
|
||||
setToken('token')
|
||||
next({
|
||||
path: '/business',
|
||||
path: '/home/index',
|
||||
replace: true
|
||||
})
|
||||
}).catch((error) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue