app.json 1.9 KB

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