From ee25d77d58b757224826718d6e12acf0ef84923a Mon Sep 17 00:00:00 2001 From: wuKong Date: Mon, 8 Dec 2025 18:45:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(app):=20=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=B8=AD=E5=A2=9E=E5=8A=A0iOS=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=E6=9D=83=E9=99=90=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在onShow生命周期中添加异步处理 - 引入sheep对象用于平台判断和网络检测 - iOS平台下网络授权后重新加载应用初始化 - 优化应用启动时的网络状态处理逻辑 --- App.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/App.vue b/App.vue index 50c799b4..212654c9 100644 --- a/App.vue +++ b/App.vue @@ -1,7 +1,6 @@