app.json 1.1 KB

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