From bf4a056cc48d7f30bd4adfc5e49b77ba19df3550 Mon Sep 17 00:00:00 2001 From: yinjiacheng Date: Sat, 23 Sep 2023 17:34:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0web-view=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/web-view/web-view.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/component/web-view/web-view.uvue b/pages/component/web-view/web-view.uvue index 2eca8cc4..04c5eb85 100644 --- a/pages/component/web-view/web-view.uvue +++ b/pages/component/web-view/web-view.uvue @@ -34,7 +34,7 @@ export default { data() { return { - src: 'https://www.baidu.com', + src: 'https://www.dcloud.io', webview_styles: { progress: { color: '#FF3333' -- GitLab