|
|
@@ -25,7 +25,7 @@ export default {
|
|
|
SubmitLogin() {
|
|
|
const code = this.$route.query.code || ''
|
|
|
const pw = this.$route.query.pw || ''
|
|
|
- const type = this.$route.query.type || '1' //1:单校 2:联校
|
|
|
+ const type = this.$route.query.type || '2' //1:单校 2:联校
|
|
|
if (!code && !pw) {
|
|
|
window.location.href = base.STUDENT_LOGIN //跳转到教师端登录页面
|
|
|
}
|