{ "pages": [ "pages/home/index", "pages/home/category", "pages/home/shop", "pages/home/user", "pages/common/redirect", "pages/common/webview" ], "subPackages": [ { "root": "pages/user", "pages": [ "register", "password" ] }, { "root": "pages/goods", "pages": [ "detail" ] }, { "root": "pages/pay", "pages": [ "index" ] }, { "root": "pages/callback", "pages": [ "index" ] }, { "root": "pages/coupon", "pages": [ "list" ] }, { "root": "pages/order", "pages": [ "list", "detail", "buy", "comment" ] }, { "root": "pages/interest", "pages": [ "invite", "level" ] }, { "root": "pages/chat", "pages": [ "index" ] } ], "window": { "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "花卉宝", "navigationBarTextStyle": "black" }, "tabBar": { "color": "#C0C4CC", "selectedColor": "#fa436a", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/home/index", "iconPath": "static/images/common/home-no.png", "selectedIconPath": "static/images/common/home-is.png", "text": "首页" }, { "pagePath": "pages/home/category", "iconPath": "static/images/common/category-no.png", "selectedIconPath": "static/images/common/category-is.png", "text": "分类" }, { "pagePath": "pages/home/shop", "iconPath": "static/images/common/shop-no.png", "selectedIconPath": "static/images/common/shop-is.png", "text": "门店" }, { "pagePath": "pages/home/user", "iconPath": "static/images/common/user-no.png", "selectedIconPath": "static/images/common/user-is.png", "text": "我的" } ] }, "networkTimeout": { "request": 200000 }, "debug": false, "permission": { "scope.userLocation": { "desc": "请点击确定" } }, "usingComponents": {} }