Browse Source

本地调试登录默认地址更改

dengshaobo 3 months ago
parent
commit
d799e554c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/login/login.vue

+ 1 - 1
src/views/login/login.vue

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