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
be71cab0
Commit
be71cab0
authored
Jun 10, 2021
by
李丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
randomCode
parent
e94fc37d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
src/pages/login.vue
src/pages/login.vue
+9
-5
No files found.
src/pages/login.vue
View file @
be71cab0
...
@@ -531,10 +531,10 @@ export default {
...
@@ -531,10 +531,10 @@ export default {
if
(
volid_yzm
)
{
if
(
volid_yzm
)
{
self
.
submitLoginForm
();
self
.
submitLoginForm
();
}
else
{
}
else
{
self
.
$message
({
//
self.$message({
message
:
"
请完善验证码
"
,
//
message: "请完善验证码",
type
:
"
error
"
,
//
type: "error",
});
//
});
self
.
refreshCode
();
self
.
refreshCode
();
}
}
});
});
...
@@ -654,7 +654,11 @@ export default {
...
@@ -654,7 +654,11 @@ export default {
if
(
volid_yzm
)
{
if
(
volid_yzm
)
{
self
.
submitAll
();
self
.
submitAll
();
}
else
{
}
else
{
self
.
getImg
();
// self.$message({
// 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