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