app.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "pages": [
  3. "pages/common/launch",
  4. "pages/auth/login",
  5. "pages/index/index",
  6. "pages/store/index",
  7. "pages/store/about",
  8. "pages/order/index",
  9. "pages/index/store/storeDetail",
  10. "pages/index/printer/printerList",
  11. "pages/index/printer/addPrinter",
  12. "pages/index/users/userList",
  13. "pages/index/users/addUser",
  14. "pages/store/storeInfo",
  15. "pages/index/storeProduct/storeProduct",
  16. "pages/index/storeProduct/storeProductDetail",
  17. "pages/index/storeProductCate/cateList",
  18. "pages/store/editPwd",
  19. "pages/index/storeProductCate/addCate",
  20. "pages/index/storeProduct/addProduct",
  21. "pages/order/map",
  22. "pages/order/orderList",
  23. "pages/index/storeProduct/spec",
  24. "pages/index/storeProduct/attr",
  25. "pages/store/balance",
  26. "pages/store/bill",
  27. "pages/store/extractList",
  28. "pages/store/extract",
  29. "pages/store/extractConfig",
  30. "pages/order/refundOrderList",
  31. "pages/index/storeOrder/verifyOrder",
  32. "pages/index/store/storeDayTime"
  33. ],
  34. "subPackages": [],
  35. "window": {
  36. "navigationBarTextStyle": "black",
  37. "navigationBarTitleText": "鲜叩商家端",
  38. "navigationBarBackgroundColor": "#ffffff",
  39. "backgroundColor": "#ffffff"
  40. },
  41. "tabBar": {
  42. "color": "#7e7e7e",
  43. "selectedColor": "#35d861",
  44. "borderStyle": "white",
  45. "backgroundColor": "#ffffff",
  46. "height": "64px",
  47. "fontSize": "12px",
  48. "iconWidth": "18px",
  49. "spacing": "4px",
  50. "list": [
  51. {
  52. "pagePath": "pages/order/index",
  53. "iconPath": "/static/images/order.png",
  54. "selectedIconPath": "/static/images/order_select.png",
  55. "text": "订单"
  56. },
  57. {
  58. "pagePath": "pages/index/index",
  59. "iconPath": "/static/images/home.png",
  60. "selectedIconPath": "/static/images/home_select.png",
  61. "text": "店铺"
  62. },
  63. {
  64. "pagePath": "pages/store/index",
  65. "iconPath": "/static/images/my.png",
  66. "selectedIconPath": "/static/images/my_select.png",
  67. "text": "我的"
  68. }
  69. ]
  70. },
  71. "permission": {
  72. "scope.userLocation": {
  73. "desc": "获取您的位置信息为了更好的推荐服务"
  74. }
  75. },
  76. "requiredPrivateInfos": [
  77. "getLocation",
  78. "chooseLocation"
  79. ],
  80. "usingComponents": {}
  81. }