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
Commit
71ffe7d8
authored
Feb 06, 2026
by
Jony.L
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复管理端退出登录以后登录不上的bug
parent
f100eb4a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
src/components/Verifition/src/Verify.vue
+2
-1
src/components/Verifition/src/Verify/index.ts
+2
-4
No files found.
src/components/Verifition/src/Verify.vue
View file @
71ffe7d8
...
@@ -36,7 +36,8 @@
...
@@ -36,7 +36,8 @@
* Verify 验证码组件
* Verify 验证码组件
* @description 分发验证码使用
* @description 分发验证码使用
* */
* */
import
{
VerifyPoints
,
VerifySlide
}
from
'./Verify'
import
VerifySlide
from
'./Verify/VerifySlide.vue'
import
VerifyPoints
from
'./Verify/VerifyPoints.vue'
import
{
computed
,
ref
,
toRefs
,
watchEffect
}
from
'vue'
import
{
computed
,
ref
,
toRefs
,
watchEffect
}
from
'vue'
export
default
{
export
default
{
...
...
src/components/Verifition/src/Verify/index.ts
View file @
71ffe7d8
import
VerifySlide
from
'./VerifySlide.vue'
export
{
default
as
VerifySlide
}
from
'./VerifySlide.vue'
import
VerifyPoints
from
'./VerifyPoints.vue'
export
{
default
as
VerifyPoints
}
from
'./VerifyPoints.vue'
export
{
VerifySlide
,
VerifyPoints
}
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