index.json 431 B

1234567891011121314
  1. {
  2. "navigationBarTitleText": "工作台",
  3. "navigationBarTextStyle": "white",
  4. "navigationStyle":"custom",
  5. "usingComponents": {
  6. "van-empty": "@vant/weapp/empty/index",
  7. "van-button": "@vant/weapp/button/index",
  8. "van-icon": "@vant/weapp/icon/index",
  9. "van-row": "@vant/weapp/row/index",
  10. "van-col": "@vant/weapp/col/index",
  11. "van-tab": "@vant/weapp/tab/index",
  12. "van-tabs": "@vant/weapp/tabs/index"
  13. }
  14. }