gaoluyang
2 天以前 7a5c5250b66cc6faffbcac9e192073473c50f79f
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) {