diff --git a/pages.json b/pages.json index ffe041fecab2c0b8475e1bf034c1a2367fd7368b..04f8faf16dcc3f40a3fb130d68ea4f0b73827dbd 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 +}