123456789101112131415 |
- {
- "navigationBarTitleText": "排队车辆",
- "navigationBarBackgroundColor": "#4B70EA",
- "navigationBarTextStyle": "white",
- "backgroundTextStyle": "dark",
- "enablePullDownRefresh": true,
- "usingComponents": {
- "van-sticky": "@vant/weapp/sticky/index",
- "van-dialog": "@vant/weapp/dialog/index",
- "van-search": "@vant/weapp/search/index",
- "van-empty": "@vant/weapp/empty/index",
- "van-button": "@vant/weapp/button/index",
- "van-icon": "@vant/weapp/icon/index"
- }
- }
|