|
|
@@ -201,6 +201,11 @@ router.beforeEach(async (to, from, next) => {
|
|
|
next({ path: '/qhse/qhse_kanban' })
|
|
|
}
|
|
|
|
|
|
+ if (source && source === 'qhse_nav') {
|
|
|
+ sessionStorage.setItem('LOGIN_SOURCE', source as string)
|
|
|
+ next({ path: '/qhse/qhse_kanban' })
|
|
|
+ }
|
|
|
+
|
|
|
if (source && source === 'yyhy') {
|
|
|
sessionStorage.setItem('LOGIN_SOURCE', source as string)
|
|
|
next({ path: '/operation-meeting/fill' })
|