From 2da15786c8798d73f6b1f98ed3bac2581a060797 Mon Sep 17 00:00:00 2001 From: zoujing Date: Wed, 4 Feb 2026 14:33:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20webview=20=E7=9A=84=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E6=A0=B7=E5=BC=8F=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 11 ++++++++++- src/pages/webview/index.vue | 36 +++--------------------------------- 2 files changed, 13 insertions(+), 34 deletions(-) diff --git a/src/pages.json b/src/pages.json index ac0bc86..f750c35 100644 --- a/src/pages.json +++ b/src/pages.json @@ -23,6 +23,15 @@ "style": { "navigationStyle": "custom" } + }, + { + "path": "pages/webview/index", + "style": { + "navigationStyle": "custom", + "backgroundColor": "#FFFFFF", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } } ], "subPackages": [ @@ -84,4 +93,4 @@ "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} -} +} \ No newline at end of file diff --git a/src/pages/webview/index.vue b/src/pages/webview/index.vue index 993c430..6b04e09 100644 --- a/src/pages/webview/index.vue +++ b/src/pages/webview/index.vue @@ -1,26 +1,14 @@ - +