feat: 撤回了更新的全部代码

This commit is contained in:
2026-05-15 15:09:14 +08:00
parent be205eafe0
commit dd7b41d1ad
36 changed files with 6 additions and 2901 deletions

View File

@@ -2,7 +2,6 @@
import { onLaunch, onShow, onHide } from "@dcloudio/uni-app";
import { getEvnUrl } from "@/request/base/config";
import { refreshToken } from "@/hooks/useGoLogin";
import { updateManager } from "@/utils/UpdateManager";
let wasOffline = false;
let isRecoveringNetwork = false;
@@ -78,8 +77,6 @@ const checkNetworkStatus = () => {
};
onLaunch(() => {
updateManager();
uni.onNetworkStatusChange((res) => {
if (!res.isConnected || res.networkType === "none") {
wasOffline = true;