Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
水玉婷
ai-wechat
Commits
bab845f6
Commit
bab845f6
authored
Mar 19, 2026
by
水玉婷
Browse files
feat:关闭检查登录信息
parent
5d8d6101
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/views/Login.vue
View file @
bab845f6
...
@@ -48,11 +48,11 @@ export default {
...
@@ -48,11 +48,11 @@ export default {
onMounted
(()
=>
{
onMounted
(()
=>
{
// 检查是否已登录
// 检查是否已登录
const
status
=
wechat
.
checkLoginStatus
()
//
const status = wechat.checkLoginStatus()
if
(
status
.
isLoggedIn
)
{
//
if (status.isLoggedIn) {
router
.
replace
(
'
/
'
)
//
router.replace('/')
return
//
return
}
//
}
// 执行静默登录
// 执行静默登录
handleLogin
()
handleLogin
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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