|
|
@@ -121,7 +121,7 @@ router.beforeEach(async (to, from, next) => {
|
|
|
|
|
|
if (source && source === 'yyhy') {
|
|
|
sessionStorage.setItem('LOGIN_SOURCE', source as string)
|
|
|
- next({ path: '/operation-meeting' })
|
|
|
+ next({ path: '/operation-meeting/fill' })
|
|
|
}
|
|
|
|
|
|
next({ path: '/' })
|
|
|
@@ -189,7 +189,7 @@ router.beforeEach(async (to, from, next) => {
|
|
|
|
|
|
if (source && source === 'yyhy') {
|
|
|
sessionStorage.setItem('LOGIN_SOURCE', source as string)
|
|
|
- next({ path: '/operation-meeting' })
|
|
|
+ next({ path: '/operation-meeting/fill' })
|
|
|
}
|
|
|
|
|
|
next({ path: '/index' })
|
|
|
@@ -219,7 +219,7 @@ router.beforeEach(async (to, from, next) => {
|
|
|
} else if (source && source === 'qhse') {
|
|
|
next(`/login?redirect=/qhse/measure/ledger`)
|
|
|
} else if (source && source === 'yyhy') {
|
|
|
- next(`/login?redirect=/operation-meeting`)
|
|
|
+ next(`/login?redirect=/operation-meeting/fill`)
|
|
|
} else next(`/login?redirect=${to.fullPath}`) // 否则全部重定向到登录页
|
|
|
}
|
|
|
}
|