message.config.ts 342 B

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