123456789101112131415161718 |
- {
- "usingComponents": {
- "van-search": "@vant/weapp/search/index",
- "van-button": "@vant/weapp/button/index",
- "van-checkbox": "@vant/weapp/checkbox/index",
- "van-checkbox-group": "@vant/weapp/checkbox-group/index",
- "van-card": "@vant/weapp/card/index",
- "van-image": "@vant/weapp/image/index",
- "van-radio": "@vant/weapp/radio/index",
- "van-switch": "@vant/weapp/switch/index"
- },
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "商品管理",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light"
-
- }
|