index.json 344 B

1234567891011
  1. {
  2. "navigationBarTitleText": "平台管理",
  3. "navigationBarTextStyle": "white",
  4. "navigationBarBackgroundColor": "#EF485A",
  5. "enablePullDownRefresh": true,
  6. "usingComponents": {
  7. "i-dialog": "../../components/dialog/index",
  8. "i-modal": "../../components/modal/index",
  9. "timePicker": "../../components/timePicker/timePicker"
  10. }
  11. }