From 7fa3204be14e027bd59e145f188750e16aa863fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Wed, 21 May 2025 11:11:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(cert):=20=E4=BC=98=E5=8C=96=E8=AF=81?= =?UTF-8?q?=E4=B9=A6=E6=9B=B4=E6=96=B0=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 CossCertManager 中的冗余证书更新调用 - 在 MiniAppManager 中添加证书更新调用,确保在切换客户端时更新证书 --- src/main/ets/pages/XWebview.ets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/ets/pages/XWebview.ets b/src/main/ets/pages/XWebview.ets index 50aa8f0..ec3fb73 100644 --- a/src/main/ets/pages/XWebview.ets +++ b/src/main/ets/pages/XWebview.ets @@ -12,6 +12,7 @@ import { SZYXLocalStorageHelper } from '../utils/SZYXLocalStorageHelper'; import { SZYXLocalStorageKeys } from '../utils/SZYXLocalStorageKeys'; import { XWebManager } from '../utils/XWebManager'; import { TitleBarBtn } from '../view/SafeView'; +import { HttpHelper } from '../http/HttpHelper'; @Entry({ routeName: 'XWebview' }) @Component @@ -222,6 +223,7 @@ export struct XWebview { console.log('contentDisposition:' + event.contentDisposition) console.log('contentLength:' + event.contentLength) console.log('mimetype:' + event.mimetype) + } }) .onPageEnd((url) => {