Commit 602798ba by 肖小磊

去掉验证码

parent fe39e2e0
...@@ -8,11 +8,6 @@ ...@@ -8,11 +8,6 @@
<el-form-item prop="checkPass" label="密码" class='letter-gap'> <el-form-item prop="checkPass" label="密码" class='letter-gap'>
<el-input type="password" v-model="ruleForm2.checkPass" auto-complete="off"></el-input> <el-input type="password" v-model="ruleForm2.checkPass" auto-complete="off"></el-input>
</el-form-item> </el-form-item>
<el-form-item prop="code" label="验证码">
<el-input type="text" v-model="ruleForm2.code" auto-complete="off" class="mycode-class" @keyup.enter.native="handleSubmit2">
</el-input>
<img :src="myCode" :model="myCode" class="my-code" @click="generateCode" />
</el-form-item>
<el-checkbox v-model="checked" checked class="remember" >记住账号</el-checkbox> <el-checkbox v-model="checked" checked class="remember" >记住账号</el-checkbox>
<el-form-item style="width:100%;"> <el-form-item style="width:100%;">
<el-button type="primary" style="width:100%;" @click.native.prevent="handleSubmit2" >登录</el-button> <el-button type="primary" style="width:100%;" @click.native.prevent="handleSubmit2" >登录</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment