Skip to content

Commit 2cda659

Browse files
committed
update: h5 webview-local
1 parent 4687735 commit 2cda659

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
}
260260
},
261261
// #endif
262-
// #ifdef APP-PLUS
262+
// #ifdef APP-PLUS || H5
263263
{
264264
"path": "pages/component/web-view-local/web-view-local",
265265
"style": {}

pages/tabBar/component/component.nvue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
pages: ['canvas']
103103

104104
},
105-
// #ifdef APP-PLUS
105+
// #ifdef APP-PLUS || H5
106106
{
107107
id: 'web-view',
108108
name: '网页',
@@ -116,7 +116,7 @@
116116
}]
117117
},
118118
// #endif
119-
// #ifndef APP-PLUS
119+
// #ifndef APP-PLUS || H5
120120
{
121121
id: 'web-view',
122122
name: '网页',

0 commit comments

Comments
 (0)