app.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. ]
  121. }
  122. ],
  123. "window": {
  124. "navigationBarTextStyle": "black",
  125. "navigationBarTitleText": "丝路佳选",
  126. "navigationBarBackgroundColor": "#FFFFFF",
  127. "backgroundColor": "#FFFFFF"
  128. },
  129. "tabBar": {
  130. "color": "#666666",
  131. "selectedColor": "#2BC7B9",
  132. "borderStyle": "white",
  133. "backgroundColor": "#ffffff",
  134. "height": "64px",
  135. "fontSize": "12px",
  136. "iconWidth": "18px",
  137. "spacing": "4px",
  138. "list": [
  139. {
  140. "pagePath": "pages/home/index",
  141. "iconPath": "/static/images/home.png",
  142. "selectedIconPath": "/static/images/home_sel.png",
  143. "text": "首页"
  144. },
  145. {
  146. "pagePath": "pages/shopping/cart",
  147. "iconPath": "/static/images/cart.png",
  148. "selectedIconPath": "/static/images/cart_sel.png",
  149. "text": "购物车"
  150. },
  151. {
  152. "pagePath": "pages/shopping/index",
  153. "iconPath": "/static/images/shop_mall.png",
  154. "selectedIconPath": "/static/images/shop_mall_sel.png",
  155. "text": "健康商城"
  156. },
  157. {
  158. "pagePath": "pages/user/index",
  159. "iconPath": "/static/images/my.png",
  160. "selectedIconPath": "/static/images/my_sel.png",
  161. "text": "会员中心"
  162. }
  163. ]
  164. },
  165. "permission": {
  166. "scope.userLocation": {
  167. "desc": "获取位置用于给您推送相关信息"
  168. }
  169. },
  170. "usingComponents": {}
  171. }