4 天以前 b9b476d4b4f1bf9e08b58249fb42f7b07aa3a0fa
src/store/auth.ts
@@ -86,9 +86,7 @@
          // oxlint-disable-next-line no-unused-expressions
          onSuccess
            ? await onSuccess?.()
            : await router.push(
                userInfo.homePath || preferences.app.defaultHomePath,
              );
            : await router.push('/analytics');
        }
        if (userInfo?.nickname) {