提交 da328770 编写于 作者: 雪洛's avatar 雪洛

chore: 屏蔽web端不支持的页面

上级 b3870472
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
"style": { "style": {
"navigationBarTitleText": "video-format" "navigationBarTitleText": "video-format"
} }
}, },
{ {
"path": "pages/component/web-view/web-view", "path": "pages/component/web-view/web-view",
"style": { "style": {
...@@ -350,13 +350,14 @@ ...@@ -350,13 +350,14 @@
"navigationBarTitleText": "数据存储" "navigationBarTitleText": "数据存储"
} }
}, },
// #ifndef WEB
{ {
"path": "pages/API/get-file-system-manager/get-file-system-manager", "path": "pages/API/get-file-system-manager/get-file-system-manager",
"style": { "style": {
"navigationBarTitleText": "沙盒文件管理" "navigationBarTitleText": "沙盒文件管理"
} }
}, },
// #endif
{ {
"path": "pages/API/action-sheet/action-sheet", "path": "pages/API/action-sheet/action-sheet",
"style": { "style": {
...@@ -399,23 +400,23 @@ ...@@ -399,23 +400,23 @@
"navigationBarTitleText": "获取定位" "navigationBarTitleText": "获取定位"
} }
}, },
{ {
"path": "pages/API/interceptor/interceptor", "path": "pages/API/interceptor/interceptor",
"style": { "style": {
"navigationBarTitleText": "拦截器" "navigationBarTitleText": "拦截器"
} }
}, },
{ {
"path": "pages/API/interceptor/page1", "path": "pages/API/interceptor/page1",
"style": { "style": {
"navigationBarTitleText": "拦截器测试页面 1" "navigationBarTitleText": "拦截器测试页面 1"
} }
}, },
{ {
"path": "pages/API/interceptor/page2", "path": "pages/API/interceptor/page2",
"style": { "style": {
"navigationBarTitleText": "拦截器测试页面 2" "navigationBarTitleText": "拦截器测试页面 2"
} }
}, },
{ {
"path": "pages/API/request/request", "path": "pages/API/request/request",
...@@ -549,6 +550,7 @@ ...@@ -549,6 +550,7 @@
"navigationBarTitleText": "get-window-info" "navigationBarTitleText": "get-window-info"
} }
}, },
// #ifndef WEB
{ {
"path": "pages/API/facial-recognition-verify/facial-recognition-verify", "path": "pages/API/facial-recognition-verify/facial-recognition-verify",
"style": { "style": {
...@@ -556,6 +558,7 @@ ...@@ -556,6 +558,7 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif
{ {
"path": "pages/API/element-takesnapshot/element-takesnapshot", "path": "pages/API/element-takesnapshot/element-takesnapshot",
"style": { "style": {
...@@ -1077,46 +1080,50 @@ ...@@ -1077,46 +1080,50 @@
} }
}, },
{ {
"path": "pages/component/sticky-header/sticky-header", "path": "pages/component/sticky-header/sticky-header",
"style": { "style": {
"navigationBarTitleText": "sticky-header", "navigationBarTitleText": "sticky-header",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/component/general-event/transition-event", "path": "pages/component/general-event/transition-event",
"style": { "style": {
"navigationBarTitleText": "transitionend事件", "navigationBarTitleText": "transitionend事件",
"enablePullDownRefresh" : false "enablePullDownRefresh" : false
} }
}, },
// #ifndef WEB
{ {
"path": "pages/template/schema/schema", "path": "pages/template/schema/schema",
"style": { "style": {
"navigationBarTitleText": "打开schema示例" "navigationBarTitleText": "打开schema示例"
} }
}, },
// #endif
{ {
"path": "pages/component/sticky-section/sticky-section", "path": "pages/component/sticky-section/sticky-section",
"style": { "style": {
"navigationBarTitleText": "sticky-section", "navigationBarTitleText": "sticky-section",
"enablePullDownRefresh" : false "enablePullDownRefresh" : false
} }
}, },
{ {
"path": "pages/component/list-view/list-view-multiplex", "path": "pages/component/list-view/list-view-multiplex",
"style": { "style": {
"navigationBarTitleText": "list-view-multiplex", "navigationBarTitleText": "list-view-multiplex",
"enablePullDownRefresh" : false "enablePullDownRefresh" : false
} }
}, },
// #ifndef WEB
{ {
"path": "pages/template/share/share", "path": "pages/template/share/share",
"style": { "style": {
"navigationBarTitleText": "分享", "navigationBarTitleText": "分享",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif
{ {
"path" : "pages/component/general-event/touch-event", "path" : "pages/component/general-event/touch-event",
"style" : "style" :
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册