feat: 调整登录逻辑

This commit is contained in:
duanshuwen
2025-12-25 22:45:55 +08:00
parent b7fbe99cd0
commit f027685072
3 changed files with 28 additions and 23 deletions

View File

@@ -2,6 +2,7 @@
import { onLaunch, onShow, onHide } from "@dcloudio/uni-app";
import { getEvnUrl } from "@/request/api/config";
import { refreshToken } from "@/hooks/useGoLogin";
import { checkPhone } from "@/manager/LoginManager";
onLaunch(async () => {
await getEvnUrl({ versionValue: "1.0.3" });