|
|
@@ -68,6 +68,9 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
if(getToken() && schoolType){
|
|
|
+ const currentPath = sessionStorage.getItem('student_currentPath');//获取当前进入的路由
|
|
|
+ const directUrl = currentPath?currentPath:'/studentAnalysisReport/list';
|
|
|
+ this.$router.push({ path: directUrl })
|
|
|
return
|
|
|
}
|
|
|
if (event.data.type === 'STU_TOKEN') {
|