From 8b1e7d0100601d71500dd707d6b39712259cf9a8 Mon Sep 17 00:00:00 2001 From: mahaifeng Date: Mon, 11 Nov 2024 15:34:47 +0800 Subject: [PATCH] =?UTF-8?q?[share]=E5=8E=BB=E6=8E=89=E6=A8=A1=E7=89=88?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=88=86=E4=BA=AB=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/template.uvue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index deb62cf7..f465baef 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -203,15 +203,6 @@ open: false, pages: [] as Page[], }, - // #ifdef APP-ANDROID - { - id: 'share', - url: 'share', - name: '分享示例', - open: false, - pages: [] as Page[], - }, - // #endif // #ifdef WEB { id: 'browser-element', -- GitLab