mirror of
https://gitee.com/liweiyi/ChestnutCMS.git
synced 2025-12-06 16:38:24 +08:00
修正后台注册页面报错
This commit is contained in:
parent
8514dcada4
commit
3b0646b1db
@ -30,8 +30,8 @@
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item v-if="captchaConfig.enabled">
|
||||
<text-captcha v-if="captchaConfig.type=='Text'" ref="textCaptcha" @change="handleCaptchaSuccess"></text-captcha>
|
||||
<math-captcha v-if="captchaConfig.type=='Math'" ref="mathCaptcha" @change="handleCaptchaSuccess"></math-captcha>
|
||||
<text-captcha v-if="captchaConfig.type=='Text'" ref="TextCaptcha" @change="handleCaptchaSuccess"></text-captcha>
|
||||
<math-captcha v-if="captchaConfig.type=='Math'" ref="MathCaptcha" @change="handleCaptchaSuccess"></math-captcha>
|
||||
</el-form-item>
|
||||
<el-form-item style="width:100%;">
|
||||
<el-button
|
||||
@ -64,9 +64,8 @@ import TextCaptcha from './components/captcha/text'
|
||||
export default {
|
||||
name: "Register",
|
||||
components: {
|
||||
SliderCaptcha,
|
||||
MathCaptcha,
|
||||
TextCaptcha
|
||||
TextCaptcha,
|
||||
},
|
||||
data() {
|
||||
const equalToPassword = (rule, value, callback) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user