fix: fix compile error

This commit is contained in:
tim
2025-07-15 00:05:06 +08:00
parent a6552a0ca7
commit edffe48c98

View File

@@ -111,7 +111,7 @@ export default {
const data = await res.json()
this.registerMode = data.registerMode
}
} catch {}
} catch {/* ignore */}
if (this.$route.query.verify) {
this.emailStep = 1
this.username = sessionStorage.getItem('signup_username') || ''