index.json 396 B

12345678910111213
  1. {
  2. "navigationBarTitleText": "司机注册",
  3. "navigationBarBackgroundColor": "#2C6CEC",
  4. "navigationBarTextStyle":"white",
  5. "usingComponents": {
  6. "car-num-input": "/components/CarNumInput/index",
  7. "van-icon": "@vant/weapp/icon/index",
  8. "van-cell-group": "@vant/weapp/cell-group/index",
  9. "van-field": "@vant/weapp/field/index",
  10. "van-button": "@vant/weapp/button/index"
  11. }
  12. }