Commit bab845f6 authored by 水玉婷's avatar 水玉婷
Browse files

feat:关闭检查登录信息

parent 5d8d6101
...@@ -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()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment