From f7ed5aa29fe366f47fc4b6184dcda620a168f99c Mon Sep 17 00:00:00 2001 From: shutao Date: Fri, 26 Jul 2024 20:54:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A0=E6=95=88=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/web-view/web-view.uvue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/component/web-view/web-view.uvue b/pages/component/web-view/web-view.uvue index d52ccade..671546c5 100644 --- a/pages/component/web-view/web-view.uvue +++ b/pages/component/web-view/web-view.uvue @@ -128,10 +128,6 @@ this.canGoBack = canWebViewGoBack('web-view'); this.canGoForward = canWebViewGoForward('web-view'); // #endif - // #ifdef WEB - this.canGoBack = canWebViewGoBack(this.webviewElement as UniWebViewElement); - this.canGoForward = canWebViewGoForward(this.webviewElement as UniWebViewElement); - // #endif if (this.autoTest) { this.eventLoad = { "tagName": event.target?.tagName, -- GitLab