app.json 1.8 KB

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