| 1234567891011121314 |
- {
- "usingComponents": {
- "van-tabs": "@vant/weapp/tabs/index",
- "van-tab": "@vant/weapp/tab/index",
- "van-calendar": "@vant/weapp/calendar/index",
- "van-empty": "@vant/weapp/empty/index",
- "login": "/component/login/login"
- },
- "navigationBarTitleText": "收入",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFF",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
|