app.json 1.2 KB

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