Commit 12401242 authored by 劳琪峰's avatar 劳琪峰

chore: 修复活动页直接打开白屏的问题

parent 4fd99654
...@@ -47,9 +47,10 @@ const handleBack = () => { ...@@ -47,9 +47,10 @@ const handleBack = () => {
} }
async function ensureAutoLogin() { async function ensureAutoLogin() {
if (!globalStore.cuk) { //debugger
//if (!globalStore.cuk) {
await userStore.normalAutoLogin() await userStore.normalAutoLogin()
} //}
} }
onShow(async () => { onShow(async () => {
......
Markdown is supported
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