app.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "confirmPackageOrder",
  24. "storeOrder",
  25. "refundOrder",
  26. "refundOrderProduct",
  27. "storeOrderRefundList",
  28. "storeOrderRefundDetails",
  29. "storeOrderRefundSubmit",
  30. "success",
  31. "storeOrderDelivery"
  32. ]
  33. },
  34. {
  35. "root": "pages_user",
  36. "pages": [
  37. "address",
  38. "integral",
  39. "integralGoodsList",
  40. "addAddress"
  41. ]
  42. }
  43. ],
  44. "window": {
  45. "navigationBarTextStyle": "black",
  46. "navigationBarTitleText": "【S直播】",
  47. "navigationBarBackgroundColor": "#f5f5f5",
  48. "backgroundColor": "#f7f8fa"
  49. },
  50. "permission": {
  51. "scope.userLocation": {
  52. "desc": "需要获取您当前的位置,展示附近的服务"
  53. }
  54. },
  55. "__usePrivacyCheck__": true,
  56. "requiredPrivateInfos": [
  57. "getLocation",
  58. "chooseLocation"
  59. ],
  60. "usingComponents": {}
  61. }