123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "pages": [
- "pages/index/index",
- "pages/home/index",
- "pages/my/index"
- ],
- "subPackages": [
- {
- "root": "pagesHome",
- "pages": [
- "agree/index",
- "search/index",
- "brand/index",
- "city/index",
- "record/index",
- "sell/index",
- "rank/index",
- "condition/index",
- "car/index",
- "shop/index",
- "picture/index",
- "type/index",
- "login/index"
- ]
- },
- {
- "root": "pagesMy",
- "pages": [
- "basic/index",
- "collect/index",
- "car/index"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "二手车",
- "navigationBarBackgroundColor": "#2979ff",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "#2c2c2c",
- "selectedColor": "#2979ff",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "static/homeHL.png",
- "selectedIconPath": "static/home.png",
- "text": "赋强公证"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/myHL.png",
- "selectedIconPath": "static/my.png",
- "text": "个人中心"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "定位当前位置,选在收获地址"
- }
- },
- "requiredPrivateInfos": [
- "chooseAddress",
- "chooseLocation"
- ],
- "lazyCodeLoading": "requiredComponents",
- "usingComponents": {}
- }
|