84fb06f2 by zhen

feat:密码框支持黏贴不支持复制功能及切换密码显示隐藏

1 parent 65ea50de
......@@ -19,8 +19,10 @@
type="password"
size="medium"
placeholder="请输入密码"
onpaste="return false"
oncopy="return false"
onpaste="return true"
class="login-input"
show-password
:maxlength="inputMaxLength"
v-model.trim="loginForm.password"
)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!