You need to sign in or sign up before continuing.
index.config.js 234 Bytes
export default {
  navigationBarTitleText: '网页',
  enablePullDownRefresh: false,
  disableScroll: true,
  // 小程序中需要配置以下属性
  navigationStyle: 'custom' // 使用自定义导航栏,配合 NavHeader 组件
}