Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-login
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-login
Commits
e94fc37d
Commit
e94fc37d
authored
Jun 10, 2021
by
李丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
校验验证码
parent
81cb8700
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
src/pages/login.vue
src/pages/login.vue
+1
-6
No files found.
src/pages/login.vue
View file @
e94fc37d
...
@@ -422,7 +422,6 @@ export default {
...
@@ -422,7 +422,6 @@ export default {
this
.
ruleFormIcon
.
yzm
=
false
;
this
.
ruleFormIcon
.
yzm
=
false
;
this
.
yzmState
=
false
;
this
.
yzmState
=
false
;
callback
(
new
Error
(
response
.
data
.
errMsg
));
callback
(
new
Error
(
response
.
data
.
errMsg
));
this
.
getImg
();
}
}
})
})
.
catch
(
function
(
response
)
{});
.
catch
(
function
(
response
)
{});
...
@@ -655,11 +654,7 @@ export default {
...
@@ -655,11 +654,7 @@ export default {
if
(
volid_yzm
)
{
if
(
volid_yzm
)
{
self
.
submitAll
();
self
.
submitAll
();
}
else
{
}
else
{
self
.
$message
({
self
.
getImg
();
message
:
"
请完善验证码
"
,
type
:
"
error
"
,
});
self
.
refreshCode
();
}
}
});
});
}
else
{
}
else
{
...
...
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