app.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/home/living",
  5. "pages/user/index",
  6. "pages/list/index",
  7. "pages/home/live",
  8. "pages/games/index",
  9. "pages/auth/login",
  10. "pages/auth/findpass",
  11. "pages/auth/h5WxLogin",
  12. "pages/auth/loginIndex",
  13. "pages/auth/register"
  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. "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. "tabBar": {
  48. "color": "#AEAEAE",
  49. "selectedColor": "#000000",
  50. "borderStyle": "black",
  51. "backgroundColor": "#fff",
  52. "list": [
  53. {
  54. "pagePath": "pages/list/index",
  55. "iconPath": "/static/tabBar/query.png",
  56. "selectedIconPath": "/static/tabBar/query_active.png",
  57. "text": "列表"
  58. },
  59. {
  60. "pagePath": "pages/games/index",
  61. "iconPath": "/static/tabBar/pulverize.png",
  62. "selectedIconPath": "/static/tabBar/pulverize_active.png",
  63. "text": "合同粉碎"
  64. },
  65. {
  66. "pagePath": "pages/user/index",
  67. "iconPath": "/static/tabBar/user.png",
  68. "selectedIconPath": "/static/tabBar/user_active.png",
  69. "text": "我的"
  70. }
  71. ]
  72. },
  73. "permission": {
  74. "scope.userLocation": {
  75. "desc": "需要获取您当前的位置,展示附近的服务"
  76. }
  77. },
  78. "__usePrivacyCheck__": true,
  79. "requiredPrivateInfos": [
  80. "getLocation",
  81. "chooseLocation"
  82. ],
  83. "usingComponents": {}
  84. }