Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
HK_UI
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GoMaxNew
HK_UI
Commits
602798ba
Commit
602798ba
authored
Sep 10, 2019
by
肖小磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉验证码
parent
fe39e2e0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/components/Login.vue
+0
-5
No files found.
src/components/Login.vue
View file @
602798ba
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment