app.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. "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. "tabBar": {
  53. "color": "#AEAEAE",
  54. "selectedColor": "#000000",
  55. "borderStyle": "black",
  56. "backgroundColor": "#fff",
  57. "list": [
  58. {
  59. "pagePath": "pages/list/index",
  60. "iconPath": "/static/tabBar/query.png",
  61. "selectedIconPath": "/static/tabBar/query_active.png",
  62. "text": "列表"
  63. },
  64. {
  65. "pagePath": "pages/games/index",
  66. "iconPath": "/static/tabBar/pulverize.png",
  67. "selectedIconPath": "/static/tabBar/pulverize_active.png",
  68. "text": "合同粉碎"
  69. },
  70. {
  71. "pagePath": "pages/user/index",
  72. "iconPath": "/static/tabBar/user.png",
  73. "selectedIconPath": "/static/tabBar/user_active.png",
  74. "text": "我的"
  75. }
  76. ]
  77. },
  78. "permission": {
  79. "scope.userLocation": {
  80. "desc": "需要获取您当前的位置,展示附近的服务"
  81. }
  82. },
  83. "__usePrivacyCheck__": true,
  84. "requiredPrivateInfos": [
  85. "getLocation",
  86. "chooseLocation"
  87. ],
  88. "usingComponents": {}
  89. }