Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuzhen@situdata.com
/
yunxiao-admin-fe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
17ad961a
authored
2020-10-29 17:08:52 +0800
by
zhen
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
密码框禁止复制以及验证码最大字数限制调整
1 parent
62fd5365
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/components/loginForm/LoginForm.vue
src/components/loginForm/LoginForm.vue
View file @
17ad961
...
...
@@ -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>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment