index.config.js 210 B

123456789
  1. export default {
  2. navigationBarTitleText: '我的公出',
  3. enablePullDownRefresh: true,
  4. onReachBottomDistance: 50,
  5. usingComponents: {
  6. timePicker: '../../components/common/timePicker/timePicker'
  7. }
  8. }