income.json 426 B

1234567891011121314
  1. {
  2. "usingComponents": {
  3. "van-tabs": "@vant/weapp/tabs/index",
  4. "van-tab": "@vant/weapp/tab/index",
  5. "van-calendar": "@vant/weapp/calendar/index",
  6. "van-empty": "@vant/weapp/empty/index",
  7. "login": "/component/login/login"
  8. },
  9. "navigationBarTitleText": "收入",
  10. "navigationBarTextStyle": "black",
  11. "navigationBarBackgroundColor": "#FFF",
  12. "enablePullDownRefresh": false,
  13. "navigationStyle": "custom"
  14. }