| 123456789101112131415161718192021 |
- {
- "pages": [
- "pages/home/home",
- "pages/list/list",
- "pages/detail/detail"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 50
- },
- "permission": {},
- "usingComponents": {
- "van-icon": "wxcomponents/vant/icon/index",
- "van-rate": "wxcomponents/vant/rate/index"
- }
- }
|