From 5e1fb1dc2407e526fd592ec2feaa435a6f7b41b8 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Fri, 29 Nov 2024 08:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A8=A1=E6=9D=BF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/pages.json b/pages.json index ffe041fe..04f8faf1 100644 --- a/pages.json +++ b/pages.json @@ -2222,14 +2222,6 @@ "navigationBarTitleText": "自定义TabBar" } }, - // #ifdef WEB - { - "path": "pages/template/browser-element/browser-element", - "style": { - "navigationBarTitleText": "如何使用浏览器 element" - } - }, - // #endif // #ifdef APP { "path": "pages/template/calendar/calendar", @@ -2238,7 +2230,7 @@ } }, // #endif - // #ifdef APP-ANDROID || APP-IOS || WEB + // #ifdef APP || WEB { "path": "pages/template/schema/schema", "style": { @@ -2246,7 +2238,6 @@ } }, // #endif - // #ifdef APP || WEB { "path": "uni_modules/uni-pay-x/pages/success/success", "style": { @@ -2270,8 +2261,6 @@ "backgroundColor": "#F8F8F8" } }, - // #endif - // #ifdef APP-ANDROID || APP-IOS || WEB || MP { "path": "pages/template/custom-long-list/custom-long-list", "style": { @@ -2279,7 +2268,6 @@ "enablePullDownRefresh": false } }, - // #endif { "path": "pages/template/test-background-color-content/test-background-color-content", "style": { @@ -2308,8 +2296,6 @@ "navigationBarTitleText": "" } }, - // #endif - // #ifdef APP-ANDROID || APP-IOS { "path": "uni_modules/uni-upgrade-center-app/pages/uni-app-x/upgrade-popup", "style": { @@ -2317,7 +2303,15 @@ } }, // #endif - // #ifdef MP + // #ifdef WEB + { + "path": "pages/template/browser-element/browser-element", + "style": { + "navigationBarTitleText": "如何使用浏览器 element" + } + }, + // #endif + // #ifdef MP-WEIXIN { "path": "pages/template/vant/vant", "style": { @@ -3341,4 +3335,4 @@ ] } ] -} \ No newline at end of file +} -- GitLab