123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "pages": [
- "pages/common/launch",
- "pages/auth/login",
- "pages/index/index",
- "pages/store/index",
- "pages/store/about",
- "pages/order/index",
- "pages/index/store/storeDetail",
- "pages/index/printer/printerList",
- "pages/index/printer/addPrinter",
- "pages/index/users/userList",
- "pages/index/users/addUser",
- "pages/store/storeInfo",
- "pages/index/storeProduct/storeProduct",
- "pages/index/storeProduct/storeProductDetail",
- "pages/index/storeProductCate/cateList",
- "pages/store/editPwd",
- "pages/index/storeProductCate/addCate",
- "pages/index/storeProduct/addProduct",
- "pages/order/map",
- "pages/order/orderList",
- "pages/index/storeProduct/spec",
- "pages/index/storeProduct/attr",
- "pages/store/balance",
- "pages/store/bill",
- "pages/store/extractList",
- "pages/store/extract",
- "pages/store/extractConfig",
- "pages/order/refundOrderList",
- "pages/index/storeOrder/verifyOrder",
- "pages/index/store/storeDayTime"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "鲜叩商家端",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "#7e7e7e",
- "selectedColor": "#35d861",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "height": "64px",
- "fontSize": "12px",
- "iconWidth": "18px",
- "spacing": "4px",
- "list": [
- {
- "pagePath": "pages/order/index",
- "iconPath": "/static/images/order.png",
- "selectedIconPath": "/static/images/order_select.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/index/index",
- "iconPath": "/static/images/home.png",
- "selectedIconPath": "/static/images/home_select.png",
- "text": "店铺"
- },
- {
- "pagePath": "pages/store/index",
- "iconPath": "/static/images/my.png",
- "selectedIconPath": "/static/images/my_select.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取您的位置信息为了更好的推荐服务"
- }
- },
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ],
- "usingComponents": {}
- }
|