123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "pages": [
- "pages/index/index",
- "pages/graveFrom/graveFrom",
- "pages/graveDetail/graveDetail",
- "pages/webview/index",
- "pages/user/user",
- "pages/ncategory/category",
- "pages/ucenter/index/index",
- "pages/catalog/catalog",
- "pages/coupon/coupon",
- "pages/offline/offline",
- "pages/category/category",
- "pages/brandDetail/brandDetail",
- "pages/coupon/info/info",
- "pages/newGoods/newGoods",
- "pages/hotGoods/hotGoods",
- "pages/ucenter/address/address",
- "pages/ucenter/addressAdd/addressAdd",
- "pages/ucenter/footprint/footprint",
- "pages/ucenter/order/order",
- "pages/ucenter/orderDetail/orderDetail",
- "pages/ucenter/feedback/feedback",
- "pages/ucenter/coupon/coupon",
- "pages/ucenter/collect/collect",
- "pages/auth/login/login",
- "pages/auth/register/register",
- "pages/auth/reset/reset",
- "pages/pay/pay",
- "pages/payResult/payResult",
- "pages/topic/topic",
- "pages/comment/comment",
- "pages/commentPost/commentPost",
- "pages/topicComment/topicComment",
- "pages/brand/brand",
- "pages/search/search",
- "pages/cart/cart",
- "pages/shopping/checkout/checkout",
- "pages/shopping/address/address",
- "pages/shopping/addressAdd/addressAdd",
- "pages/goods/goods",
- "pages/topicDetail/topicDetail",
- "pages/auth/mobile/mobile",
- "pages/shopping/selCoupon/selCoupon",
- "pages/ucenter/help/help",
- "pages/ucenter/helpInfo/helpInfo",
- "pages/auth/btnAuth/btnAuth",
- "pages/logistics/index",
- "pages/shared/shared",
- "pages/share",
- "pages/godis/godis",
- "component/auth/auth",
- "pages/user/imageCropper",
- "pages/graveImage/graveImage"
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "良房一廳",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- },
- "subpackages": [
- {
- "root": "dataReport",
- "pages": [
- "pages/data-report/data-report"
- ],
- "plugins": {
- "ykfchat": {
- "version": "2.0.7",
- "provider": "wx1fdc8c9f3a3a05e4"
- }
- },
- "independent": false
- }
- ],
- "tabBar": {
- "custom": false,
- "backgroundColor": "#fff",
- "borderStyle": "black",
- "selectedColor": "#ED5D18",
- "color": "#666C7D",
- "ext-class": "extcls",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/images/hbtab_home@2x.png",
- "selectedIconPath": "static/images/btab_home@2x.png",
- "text": "店铺"
- },
- {
- "pagePath": "pages/ucenter/index/index",
- "iconPath": "static/images/hbtab_my@2x.png",
- "selectedIconPath": "static/images/btab_my@2x.png",
- "text": "我的"
- }
- ]
- },
- "networkTimeout": {
- "request": 10000,
- "downloadFile": 10000
- },
- "debug": true,
- "sitemapLocation": "sitemap.json",
- "usingComponents": {
- "lip-sync": "/component/voice/voice",
- "mp-sticky": "/component/sticky/index",
- "auth": "/component/auth/auth"
- }
- }
|