feat: 登录的逻辑调整

This commit is contained in:
2025-12-15 21:04:03 +08:00
parent 364e47b641
commit 9eb1dc6747
4 changed files with 45 additions and 41 deletions

View File

@@ -4,7 +4,7 @@ import { getEvnUrl } from "@/request/api/config";
import { refreshToken } from "@/hooks/useGoLogin";
onLaunch(() => {
getEvnUrl({ versionValue: "1.0.1" });
getEvnUrl({ versionValue: "1.0.2" });
refreshToken();
});