Profile.config.ts 305 B

12345678910
  1. export default definePageConfig({
  2. usingComponents:{
  3. // 'ec-canvas': '../../lib/ec-canvas/ec-canvas',
  4. // 'demo':'../../components/demo'
  5. },
  6. // "disableScroll": true
  7. "enablePullDownRefresh": true,
  8. "navigationBarTitleText": "",
  9. "navigationBarBackgroundColor":"#f5f5f5"
  10. })