app.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. {
  2. "pages": [
  3. "pages/common/launch",
  4. "pages/auth/login",
  5. "pages/auth/wxLogin",
  6. "pages/home/index",
  7. "pages/user/test",
  8. "pages/doctor/doctorQr",
  9. "pages/home/productSearch",
  10. "pages/home/productList",
  11. "pages/healthy/index",
  12. "pages/healthy/detail",
  13. "pages/healthy/readUsers",
  14. "pages/shopping/index",
  15. "pages/user/index",
  16. "pages/shopping/productDetails",
  17. "pages/home/companyInfo",
  18. "pages/shopping/cart",
  19. "pages/shopping/productList",
  20. "pages/shopping/confirmOrder",
  21. "pages/shopping/paymentOrder",
  22. "pages/shopping/payOrder",
  23. "pages/shopping/prescribe",
  24. "pages/shopping/success",
  25. "pages/home/content",
  26. "pages/home/h5",
  27. "pages/home/cert",
  28. "pages/shopping/confirmPackageOrder",
  29. "pages/shopping/confirmCreateOrder"
  30. ],
  31. "subPackages": [
  32. {
  33. "root": "pages_user",
  34. "pages": [
  35. "user/addPatient",
  36. "user/message",
  37. "user/msgDetail",
  38. "user/storeOrder",
  39. "user/storeOrderDetail",
  40. "user/doctorOrder",
  41. "user/patient",
  42. "user/addAddress",
  43. "user/address",
  44. "user/integral",
  45. "user/refundOrderList",
  46. "user/refundOrderDetail",
  47. "user/refundOrderLogs",
  48. "user/storeOrderDelivery",
  49. "user/refundOrder",
  50. "user/prescribeOrder",
  51. "user/pay",
  52. "user/success",
  53. "user/refundOrderProduct",
  54. "user/refundOrderDelivery",
  55. "user/userTui",
  56. "user/userTuiProduct",
  57. "user/userTuiImg",
  58. "user/userTuiList",
  59. "user/userTuiMoneyList",
  60. "user/userTuiOrderList",
  61. "user/storeProductRelation",
  62. "user/personInfo",
  63. "user/userTuiMoney",
  64. "user/userTuiExtractLog",
  65. "user/doc",
  66. "user/addDoc",
  67. "user/docDetail",
  68. "user/docRecord",
  69. "user/addDocRecord",
  70. "user/userTuiAdd",
  71. "user/paymentOrderRemain",
  72. "user/otherPaymentOrder",
  73. "user/otherPaySuccess",
  74. "user/otherPaymentOrderRemain",
  75. "user/userShareList"
  76. ]
  77. },
  78. {
  79. "root": "pages_company",
  80. "pages": [
  81. "auth/login",
  82. "index",
  83. "storeOrder",
  84. "storeOrderDetail",
  85. "storeProductPackage",
  86. "storeProductPackageDetails",
  87. "coupon",
  88. "couponDetails",
  89. "order/productList",
  90. "order/productDetails",
  91. "order/cart",
  92. "order/confirmOrder",
  93. "order/confirmCompanyOrder",
  94. "order/coupon",
  95. "order/productShowDetails",
  96. "alipayImg",
  97. "card"
  98. ]
  99. },
  100. {
  101. "root": "pages_shopping",
  102. "pages": [
  103. "shopping/coupon",
  104. "shopping/myCoupon",
  105. "shopping/activityDetails",
  106. "shopping/productSalesList"
  107. ]
  108. },
  109. {
  110. "root": "pages_course",
  111. "pages": [
  112. "videoDetail",
  113. "video",
  114. "feedback",
  115. "webview",
  116. "learn",
  117. "teacherClassroom",
  118. "course",
  119. "register",
  120. "activity",
  121. "appDownload"
  122. ]
  123. }
  124. ],
  125. "window": {
  126. "navigationBarTextStyle": "black",
  127. "navigationBarTitleText": "丝路佳选",
  128. "navigationBarBackgroundColor": "#FFFFFF",
  129. "backgroundColor": "#FFFFFF"
  130. },
  131. "tabBar": {
  132. "color": "#666666",
  133. "selectedColor": "#2BC7B9",
  134. "borderStyle": "white",
  135. "backgroundColor": "#ffffff",
  136. "height": "64px",
  137. "fontSize": "12px",
  138. "iconWidth": "18px",
  139. "spacing": "4px",
  140. "list": [
  141. {
  142. "pagePath": "pages/home/index",
  143. "iconPath": "/static/images/home.png",
  144. "selectedIconPath": "/static/images/home_sel.png",
  145. "text": "首页"
  146. },
  147. {
  148. "pagePath": "pages/shopping/cart",
  149. "iconPath": "/static/images/cart.png",
  150. "selectedIconPath": "/static/images/cart_sel.png",
  151. "text": "购物车"
  152. },
  153. {
  154. "pagePath": "pages/shopping/index",
  155. "iconPath": "/static/images/shop_mall.png",
  156. "selectedIconPath": "/static/images/shop_mall_sel.png",
  157. "text": "健康商城"
  158. },
  159. {
  160. "pagePath": "pages/user/index",
  161. "iconPath": "/static/images/my.png",
  162. "selectedIconPath": "/static/images/my_sel.png",
  163. "text": "会员中心"
  164. }
  165. ]
  166. },
  167. "permission": {
  168. "scope.userLocation": {
  169. "desc": "获取位置用于给您推送相关信息"
  170. }
  171. },
  172. "usingComponents": {}
  173. }