修改统一门户登录后的重定向路径为首页
This commit is contained in:
parent
c7851b683c
commit
de4a59d463
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue