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

fix: 修复条件编译错误

上级 b6b44820
......@@ -1694,6 +1694,7 @@
}
},
// #endif
// #ifndef WEB
{
"path": "pages/component/animation-view/animation-view",
"group": "0,5,3",
......@@ -1702,6 +1703,7 @@
"enablePullDownRefresh": false
}
},
// #endif
// #ifdef APP || WEB
{
"path": "uni_modules/uni-pay-x/pages/success/success",
......
......@@ -87,7 +87,7 @@ export function generateMenu(tabBarType : string) : (MenuItem | null)[] {
return removeNullItem(res)
}
function hasPageGroup(value : string | null) : boolean {
function hasPageGroup(value ?: string | null) : boolean {
// #ifdef APP-ANDROID
return value !== null
// #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册