scanCode.json 381 B

123456789101112
  1. {
  2. "navigationBarTitleText": "质检",
  3. "navigationBarBackgroundColor": "#313132",
  4. "navigationBarTextStyle": "white",
  5. "usingComponents": {
  6. "van-popup": "@vant/weapp/popup/index",
  7. "van-field": "@vant/weapp/field/index",
  8. "van-cell-group": "@vant/weapp/cell-group/index",
  9. "van-dialog": "@vant/weapp/dialog/index",
  10. "van-toast": "@vant/weapp/toast/index"
  11. }
  12. }