1234567891011121314 |
- {
- "navigationBarTitleText": "工作台",
- "navigationBarTextStyle": "white",
- "navigationStyle":"custom",
- "usingComponents": {
- "van-empty": "@vant/weapp/empty/index",
- "van-button": "@vant/weapp/button/index",
- "van-icon": "@vant/weapp/icon/index",
- "van-row": "@vant/weapp/row/index",
- "van-col": "@vant/weapp/col/index",
- "van-tab": "@vant/weapp/tab/index",
- "van-tabs": "@vant/weapp/tabs/index"
- }
- }
|