This commit is contained in:
qiuyuan 2025-07-30 09:41:42 +08:00
parent 9a5ecf5d29
commit 0a474cbae9

View File

@ -118,7 +118,7 @@ async function handleLogin() {
loading.value = false loading.value = false
if (config('http.code.success') === response.success) { if (config('http.code.success') === response.success) {
if (appStore.complete) { if (appStore.complete) {
goIndex() goIndex();
} else { } else {
await appStore.init() await appStore.init()
goIndex() goIndex()