From da0efb6d7ad0afd231d9da055a49a54ee187735b Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Fri, 26 Sep 2025 16:54:18 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E3=80=90HTTPS=E8=AF=B7=E6=B1=82=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E3=80=91=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/WebPage.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/src/main/ets/pages/WebPage.ets b/entry/src/main/ets/pages/WebPage.ets index 451e966..c7ac227 100644 --- a/entry/src/main/ets/pages/WebPage.ets +++ b/entry/src/main/ets/pages/WebPage.ets @@ -13,6 +13,7 @@ * limitations under the License. */ + import { webview } from '@kit.ArkWeb'; import { http } from '@kit.NetworkKit'; import { promptAction } from '@kit.ArkUI'; -- Gitee From 867949b4b6c3b693e2af60d50ecc1cb479f38bb8 Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Fri, 26 Sep 2025 16:55:00 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E3=80=90HTTPS=E8=AF=B7=E6=B1=82=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E3=80=91=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/WebPage.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/entry/src/main/ets/pages/WebPage.ets b/entry/src/main/ets/pages/WebPage.ets index c7ac227..451e966 100644 --- a/entry/src/main/ets/pages/WebPage.ets +++ b/entry/src/main/ets/pages/WebPage.ets @@ -13,7 +13,6 @@ * limitations under the License. */ - import { webview } from '@kit.ArkWeb'; import { http } from '@kit.NetworkKit'; import { promptAction } from '@kit.ArkUI'; -- Gitee From 5c528b599c3a79f7e968822accee93abb02b89f8 Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Fri, 26 Sep 2025 16:56:11 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E3=80=90HTTPS=E8=AF=B7=E6=B1=82=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E3=80=91=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/WebPage.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/entry/src/main/ets/pages/WebPage.ets b/entry/src/main/ets/pages/WebPage.ets index 8278a8d..9502914 100644 --- a/entry/src/main/ets/pages/WebPage.ets +++ b/entry/src/main/ets/pages/WebPage.ets @@ -13,7 +13,6 @@ * limitations under the License. */ -import { hilog } from '@kit.PerformanceAnalysisKit'; import { webview } from '@kit.ArkWeb'; import { http } from '@kit.NetworkKit'; import httpGet from '../common/utils/HttpUtil'; -- Gitee