Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fulixin
dsk-operate-sys-cscec
Commits
bc6fc100
Commit
bc6fc100
authored
Sep 18, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
abef2912
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
login.vue
dsk-operate-ui/src/views/login.vue
+10
-10
No files found.
dsk-operate-ui/src/views/login.vue
View file @
bc6fc100
...
...
@@ -272,8 +272,8 @@
if
(
this
.
nosend
==
true
){
return
false
}
//
logincaptchaSms(this.dxform).then(res=>{
//
if(res.code == 200){
logincaptchaSms
(
this
.
dxform
).
then
(
res
=>
{
if
(
res
.
code
==
200
){
this
.
$message
.
success
(
'已发送短信!'
)
let
_this
=
this
...
...
@@ -288,14 +288,14 @@
_this
.
smstime
=
60
}
},
1000
)
//
}else{
//
this.$message.error(res.msg)
//
this.getCode()
//
this.showcode = true
//
}
//
}).catch(res=>{
//
this.$message.error(res.msg)
//
})
}
else
{
this
.
$message
.
error
(
res
.
msg
)
this
.
getCode
()
this
.
showcode
=
true
}
}).
catch
(
res
=>
{
this
.
$message
.
error
(
res
.
msg
)
})
},
handleLogin
()
{
this
.
$refs
.
loginForm
.
validate
(
valid
=>
{
...
...
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