Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
NFT
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanfeng zhang
NFT
Commits
5eef305b
Commit
5eef305b
authored
Aug 06, 2021
by
salitedfish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉登录滑块验证
parent
8fc32330
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
Login.vue
src/view/Auth/Login/Login.vue
+9
-9
No files found.
src/view/Auth/Login/Login.vue
View file @
5eef305b
...
...
@@ -72,7 +72,7 @@
用户协议
</div>
</div>
<transition
name=
"fade"
mode=
"out-in"
>
<
!-- <
transition name="fade" mode="out-in">
<SlideValidator
v-if="
accountType !== eAccountType.NULL &&
...
...
@@ -83,7 +83,7 @@
@confirm="handleSlideConfirm"
class="my-3"
/>
</transition>
</transition>
-->
<transition
name=
"fade"
mode=
"out-in"
>
<div
v-if=
"accountType !== eAccountType.NULL && loginWay !== eLoginWay.NULL"
...
...
@@ -151,7 +151,7 @@ import LoginButton from "./components/LoginButton/index.vue";
import
UserAgreement
from
"./UserAgreement.vue"
;
import
Check
from
"@/components/common/Check/index.vue"
;
import
PhoneInput
from
"./components/PhoneInput/index.vue"
;
import
SlideValidator
from
"@/components/common/SlideValidator/index.vue"
;
//
import SlideValidator from "@/components/common/SlideValidator/index.vue";
import
notCheckedIcon
from
"@/assets/icons/not_checked.png"
;
import
checkedIcon
from
"@/assets/icons/checked.png"
;
...
...
@@ -199,7 +199,7 @@ export default Vue.extend({
UserAgreement
,
Check
,
PhoneInput
,
SlideValidator
,
//
SlideValidator,
},
data
()
{
return
{
...
...
@@ -218,7 +218,7 @@ export default Vue.extend({
pwd
:
""
,
overlayShow
:
false
,
rememberPwdChecked
:
false
,
slideConfirmed
:
fals
e
,
slideConfirmed
:
tru
e
,
randomNum
:
Math
.
random
(),
loading
:
false
,
};
...
...
@@ -242,9 +242,9 @@ export default Vue.extend({
name
:
"PwdFind"
,
});
},
handleSlideConfirm
()
{
this
.
slideConfirmed
=
true
;
},
//
handleSlideConfirm() {
//
this.slideConfirmed = true;
//
},
handlePwdChange
(
v
:
string
)
{
this
.
pwd
=
v
;
},
...
...
@@ -283,7 +283,7 @@ export default Vue.extend({
}
this
.
loading
=
false
;
this
.
randomNum
=
Math
.
random
();
this
.
slideConfirmed
=
false
;
//
this.slideConfirmed = false;
},
handleClickUserAgreement
()
{
// 展示用户协议
...
...
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