| 12345678910 |
- export default definePageConfig({
- usingComponents:{
- // 'ec-canvas': '../../lib/ec-canvas/ec-canvas',
- // 'demo':'../../components/demo'
- },
- // "disableScroll": true
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor":"#f5f5f5"
- })
|