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

feat:关闭检查登录信息

parent 5d8d6101
......@@ -48,11 +48,11 @@ export default {
onMounted(() => {
// 检查是否已登录
const status = wechat.checkLoginStatus()
if (status.isLoggedIn) {
router.replace('/')
return
}
// const status = wechat.checkLoginStatus()
// if (status.isLoggedIn) {
// router.replace('/')
// return
// }
// 执行静默登录
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