zhengyiming
2025-02-26 be661965399aac1a93f2a57f79d9fbce7cda8ba2
apps/taro/src/components/Layout/PageLayout.vue
@@ -80,9 +80,9 @@
const _showNavigationBar = computed(() => {
  if (props.showNavigationBar) {
    if (isWeb) {
      return !isInAlipay && !isInWeChat;
    }
    // if (isWeb) {
    //   return !isInAlipay && !isInWeChat;
    // }
    return true;
  } else {
    return false;