app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "pages": [
  3. "pages/auth/login",
  4. "pages/home/living",
  5. "pages/user/index",
  6. "pages/list/index",
  7. "pages/home/live",
  8. "pages/games/index",
  9. "pages/auth/findpass",
  10. "pages/auth/h5WxLogin",
  11. "pages/auth/loginIndex",
  12. "pages/auth/register",
  13. "pages_no/zuizao"
  14. ],
  15. "subPackages": [
  16. {
  17. "root": "pages_shop",
  18. "pages": [
  19. "cart",
  20. "goods",
  21. "store",
  22. "order",
  23. "confirmCreateOrder",
  24. "paymentOrder",
  25. "confirmPackageOrder",
  26. "storeOrder",
  27. "refundOrder",
  28. "refundOrderProduct",
  29. "storeOrderRefundList",
  30. "storeOrderRefundDetails",
  31. "storeOrderRefundSubmit",
  32. "success",
  33. "storeOrderDelivery"
  34. ]
  35. },
  36. {
  37. "root": "pages_user",
  38. "pages": [
  39. "address",
  40. "integral",
  41. "integralGoodsList",
  42. "addAddress"
  43. ]
  44. }
  45. ],
  46. "window": {
  47. "navigationBarTextStyle": "black",
  48. "navigationBarTitleText": "【S直播】",
  49. "navigationBarBackgroundColor": "#f5f5f5",
  50. "backgroundColor": "#f7f8fa"
  51. },
  52. "permission": {
  53. "scope.userLocation": {
  54. "desc": "需要获取您当前的位置,展示附近的服务"
  55. }
  56. },
  57. "__usePrivacyCheck__": true,
  58. "requiredPrivateInfos": [
  59. "getLocation",
  60. "chooseLocation"
  61. ],
  62. "usingComponents": {}
  63. }