index.config.js 250 Bytes
/**
 * @Description: 文档预览页面配置
 */
export default {
  navigationBarTitleText: '文档预览',
  navigationBarBackgroundColor: '#4caf50',
  navigationBarTextStyle: 'white',
  backgroundColor: '#ffffff',
  enablePullDownRefresh: false
}