|
@@ -65,7 +65,7 @@
|
|
<img v-if="verificationCodeimg&&verificationCodeLoading" :src="verificationCodeimg" alt="图形验证码" @click="getVerificationCodeimg"/>
|
|
<img v-if="verificationCodeimg&&verificationCodeLoading" :src="verificationCodeimg" alt="图形验证码" @click="getVerificationCodeimg"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <p class="input-title">邮箱验证码</p>
|
|
|
|
|
|
+ <!-- <p class="input-title">邮箱验证码</p>
|
|
<div class="verificationCode-box">
|
|
<div class="verificationCode-box">
|
|
<el-form-item prop="emailCode">
|
|
<el-form-item prop="emailCode">
|
|
<el-input
|
|
<el-input
|
|
@@ -81,7 +81,7 @@
|
|
:class="VerificationCodeShow ? 'waitTime' : 'getVerification'">
|
|
:class="VerificationCodeShow ? 'waitTime' : 'getVerification'">
|
|
{{ VerificationCodeShow ? time+'s' : '获取' }}
|
|
{{ VerificationCodeShow ? time+'s' : '获取' }}
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
<p class="input-title">用户类型</p>
|
|
<p class="input-title">用户类型</p>
|
|
<el-form-item class="el-form-item-type" prop="type">
|
|
<el-form-item class="el-form-item-type" prop="type">
|
|
<el-radio label="TEACHER" v-model="loginForm.type">教师</el-radio>
|
|
<el-radio label="TEACHER" v-model="loginForm.type">教师</el-radio>
|
|
@@ -214,9 +214,9 @@ export default {
|
|
password: md5(this.loginForm.password).toUpperCase(),
|
|
password: md5(this.loginForm.password).toUpperCase(),
|
|
verification_code_image_text: this.loginForm.verificationCode,
|
|
verification_code_image_text: this.loginForm.verificationCode,
|
|
verification_code_image_id: this.verificationCodeimgID,
|
|
verification_code_image_id: this.verificationCodeimgID,
|
|
- dynamic_verification_type:'EMAIL',
|
|
|
|
- phone_or_email: this.loginForm.username,
|
|
|
|
- dynamic_verification_code: this.loginForm.emailCode
|
|
|
|
|
|
+ // dynamic_verification_type:'EMAIL',
|
|
|
|
+ // phone_or_email: this.loginForm.username,
|
|
|
|
+ // dynamic_verification_code: this.loginForm.emailCode
|
|
};
|
|
};
|
|
getStaticContent(MethodName, data)
|
|
getStaticContent(MethodName, data)
|
|
.then((res) => {
|
|
.then((res) => {
|