123456789101112 |
- {
- "usingComponents": {
- "keyboard": "../../../components/keyboard/keyboard",
- "van-field": "../../../miniprogram_npm/@vant/weapp/field/index",
- "van-button": "../../../miniprogram_npm/@vant/weapp/button/index",
- "upload-img": "../../components/upload-img/upload-img",
- "uploadCar": "../../../components/uploadCar/uploadCar"
- },
- "navigationBarTitleText": "设备激活",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#ffffff"
- }
|