17ad961a by zhen

密码框禁止复制以及验证码最大字数限制调整

1 parent 62fd5365
......@@ -19,6 +19,7 @@
type="password"
size="medium"
placeholder="请输入密码"
onpaste="return false"
class="login-input"
:maxlength="inputMaxLength"
v-model.trim="loginForm.password"
......@@ -31,6 +32,7 @@
placeholder="请输入验证码"
class="captcha-input"
v-model.trim="loginForm.verificationCode"
:maxlength="4"
)
i(slot="prefix" class="icon validate-icon")
<canvas width="93" height="36" id="captcha1"></canvas>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!