|
@@ -44,7 +44,7 @@ export default {
|
|
|
this.$store.dispatch('user/SET_SCHOOL_WEB_SITE_ID', res.data.cloudMonitorSiteId || '') //设置学校网站id
|
|
this.$store.dispatch('user/SET_SCHOOL_WEB_SITE_ID', res.data.cloudMonitorSiteId || '') //设置学校网站id
|
|
|
this.$store.dispatch('user/getUserInfoByToken') //获取用户登录信息
|
|
this.$store.dispatch('user/getUserInfoByToken') //获取用户登录信息
|
|
|
|
|
|
|
|
- const directUrl = '/studentAnalysisReport/list'
|
|
|
|
|
|
|
+ const directUrl = '/jointStudentAnalysisReport/list';//默认跳转到联校的地址
|
|
|
this.$router.push({ path: directUrl })
|
|
this.$router.push({ path: directUrl })
|
|
|
} else {
|
|
} else {
|
|
|
this.$message({
|
|
this.$message({
|