app.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. "integral",
  38. "integralGoodsList",
  39. "addAddress"
  40. ]
  41. }
  42. ],
  43. "window": {
  44. "navigationBarTextStyle": "black",
  45. "navigationBarTitleText": "【S直播】",
  46. "navigationBarBackgroundColor": "#f5f5f5",
  47. "backgroundColor": "#f7f8fa"
  48. },
  49. "tabBar": {
  50. "color": "#AEAEAE",
  51. "selectedColor": "#000000",
  52. "borderStyle": "black",
  53. "backgroundColor": "#fff",
  54. "list": [
  55. {
  56. "pagePath": "pages/list/index",
  57. "iconPath": "/static/tabBar/query.png",
  58. "selectedIconPath": "/static/tabBar/query_active.png",
  59. "text": "列表"
  60. },
  61. {
  62. "pagePath": "pages/games/index",
  63. "iconPath": "/static/tabBar/pulverize.png",
  64. "selectedIconPath": "/static/tabBar/pulverize_active.png",
  65. "text": "合同粉碎"
  66. },
  67. {
  68. "pagePath": "pages/user/index",
  69. "iconPath": "/static/tabBar/user.png",
  70. "selectedIconPath": "/static/tabBar/user_active.png",
  71. "text": "我的"
  72. }
  73. ]
  74. },
  75. "permission": {
  76. "scope.userLocation": {
  77. "desc": "需要获取您当前的位置,展示附近的服务"
  78. }
  79. },
  80. "__usePrivacyCheck__": true,
  81. "requiredPrivateInfos": [
  82. "getLocation",
  83. "chooseLocation"
  84. ],
  85. "usingComponents": {}
  86. }