index.json 397 B

12345678910111213
  1. {
  2. "usingComponents": {
  3. "ec-canvas": "../../ec-canvas/ec-canvas",
  4. "van-calendar": "@vant/weapp/calendar/index",
  5. "van-notice-bar": "@vant/weapp/notice-bar/index",
  6. "login": "/component/login/login"
  7. },
  8. "navigationBarTitleText": "",
  9. "navigationBarTextStyle": "white",
  10. "navigationBarBackgroundColor": "#6116FF",
  11. "enablePullDownRefresh": false,
  12. "navigationStyle": "custom"
  13. }