Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
aefee521
authored
May 11, 2024
by
芋道源码
Committed by
Gitee
May 11, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!443 update src/views/Login/SocialLogin.vue.
Merge pull request !443 from 天痕/N/A
parents
f5474840
7092e240
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/Login/SocialLogin.vue
+1
-1
No files found.
src/views/Login/SocialLogin.vue
View file @
aefee521
...
@@ -207,7 +207,7 @@ const loginData = reactive({
...
@@ -207,7 +207,7 @@ const loginData = reactive({
// 获取验证码
// 获取验证码
const
getCode
=
async
()
=>
{
const
getCode
=
async
()
=>
{
// 情况一,未开启:则直接登录
// 情况一,未开启:则直接登录
if
(
loginData
.
captchaEnable
)
{
if
(
!
loginData
.
captchaEnable
)
{
await
handleLogin
({})
await
handleLogin
({})
}
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