提交 5e1fb1dc 编写于 作者: W wanganxp

更新模板页面条件编译

上级 306b1430
...@@ -2222,14 +2222,6 @@ ...@@ -2222,14 +2222,6 @@
"navigationBarTitleText": "自定义TabBar" "navigationBarTitleText": "自定义TabBar"
} }
}, },
// #ifdef WEB
{
"path": "pages/template/browser-element/browser-element",
"style": {
"navigationBarTitleText": "如何使用浏览器 element"
}
},
// #endif
// #ifdef APP // #ifdef APP
{ {
"path": "pages/template/calendar/calendar", "path": "pages/template/calendar/calendar",
...@@ -2238,7 +2230,7 @@ ...@@ -2238,7 +2230,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB // #ifdef APP || WEB
{ {
"path": "pages/template/schema/schema", "path": "pages/template/schema/schema",
"style": { "style": {
...@@ -2246,7 +2238,6 @@ ...@@ -2246,7 +2238,6 @@
} }
}, },
// #endif // #endif
// #ifdef APP || WEB
{ {
"path": "uni_modules/uni-pay-x/pages/success/success", "path": "uni_modules/uni-pay-x/pages/success/success",
"style": { "style": {
...@@ -2270,8 +2261,6 @@ ...@@ -2270,8 +2261,6 @@
"backgroundColor": "#F8F8F8" "backgroundColor": "#F8F8F8"
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS || WEB || MP
{ {
"path": "pages/template/custom-long-list/custom-long-list", "path": "pages/template/custom-long-list/custom-long-list",
"style": { "style": {
...@@ -2279,7 +2268,6 @@ ...@@ -2279,7 +2268,6 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif
{ {
"path": "pages/template/test-background-color-content/test-background-color-content", "path": "pages/template/test-background-color-content/test-background-color-content",
"style": { "style": {
...@@ -2308,8 +2296,6 @@ ...@@ -2308,8 +2296,6 @@
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
}, },
// #endif
// #ifdef APP-ANDROID || APP-IOS
{ {
"path": "uni_modules/uni-upgrade-center-app/pages/uni-app-x/upgrade-popup", "path": "uni_modules/uni-upgrade-center-app/pages/uni-app-x/upgrade-popup",
"style": { "style": {
...@@ -2317,7 +2303,15 @@ ...@@ -2317,7 +2303,15 @@
} }
}, },
// #endif // #endif
// #ifdef MP // #ifdef WEB
{
"path": "pages/template/browser-element/browser-element",
"style": {
"navigationBarTitleText": "如何使用浏览器 element"
}
},
// #endif
// #ifdef MP-WEIXIN
{ {
"path": "pages/template/vant/vant", "path": "pages/template/vant/vant",
"style": { "style": {
...@@ -3341,4 +3335,4 @@ ...@@ -3341,4 +3335,4 @@
] ]
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册