|
|
@@ -19,7 +19,7 @@
|
|
|
|
|
|
<el-form-item label-width="0px">
|
|
|
<el-input v-model="loginForm.code">
|
|
|
- <template slot="append" @click="sendCode">发送验证码</template>
|
|
|
+ <template slot="append" @click="sendCode"><i class="el-icon-s-promotion"></i>发送验证码</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
|
|
|
@@ -120,6 +120,7 @@ export default {
|
|
|
this.captchaUrl = REQUEST_URL + 'site/captcha?page_id=' + this.pageId + '&v=' + Math.random();
|
|
|
},
|
|
|
sendCode() {
|
|
|
+ console.log('sendCode', this.loginForm.adminName)
|
|
|
return network.sendEmailCode(this.loginForm.adminName)
|
|
|
},
|
|
|
}
|