uni-app导航栏


在uni-app中可以通过pages的配置来控制是否显示顶部导航栏

 

{
      "path": "pages/person/index",
      "style": {
        "navigationBarTitleText": "我的",
        "enablePullDownRefresh": false,
        "navigationStyle": "custom", //禁用原生导航栏,微信小程序可用
        "app-plus": {
          "titleNView": false //禁用原生导航栏,APP和H5可用
        }
      }
    },
发布时间 : 2025-05-17,阅读量:1
本文链接:https://upwqy.com/index.php/details/976.html
vue 组件的点击事件