Browse Source

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

dengshaobo 3 tháng trước cách đây
mục cha
commit
d799e554c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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({