| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "pages": [
- "pages/index/index",
- "pages/all/all",
- "pages/cart/cart",
- "pages/my/personalCenter/personalCenter",
- "pages/detail/detail",
- "pages/login/login",
- "pages/Mall/sortCommodity/sortCommodity",
- "pages/Mall/presaleCommodity/presaleCommodity",
- "pages/Mall/newCommodity/newCommodity",
- "pages/Mall/hotCommodity/hotCommodity",
- "pages/order/confirmOrder/confirmOrder",
- "pages/my/addressManage/addressManage",
- "pages/my/addAddress/addAddress"
- ],
- "window": {
- "backgroundColor": "#FFFFFF",
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#dfefec",
- "navigationBarTitleText": "谷鹿鹿Q",
- "navigationBarTextStyle": "black",
- "pageOrientation": "portrait"
- },
- "style": "v2",
- "rendererOptions": {
- "skyline": {
- "defaultDisplayBlock": true,
- "defaultContentBox": true,
- "tagNameStyleIsolation": "legacy",
- "disableABTest": true,
- "sdkVersionBegin": "3.0.0",
- "sdkVersionEnd": "15.255.255"
- }
- },
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents",
- "tabBar": {
- "color": "#333333",
- "selectedColor": "#8dbbb8",
- "borderStyle": "white",
- "backgroundColor": "#dfefec",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "主页"
- },
- {
- "pagePath": "pages/all/all",
- "text": "全部商品"
- },
- {
- "pagePath": "pages/cart/cart",
- "text": "购物车"
- },
- {
- "pagePath": "pages/my/personalCenter/personalCenter",
- "text": "我的"
- }
- ]
- }
- }
|