app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/main/userinfo",
  5. "pages/main/wishAll",
  6. "pages/main/wishinfo",
  7. "pages/main/webview",
  8. "pages/main/wishAdd",
  9. "pages/main/docs",
  10. "pages/main/search",
  11. "pages/main/collect",
  12. "pages/main/recruitment",
  13. "pages/main/default",
  14. "pages/main/school",
  15. "pages/main/scoreline",
  16. "pages/main/map",
  17. "pages/main/subscribe",
  18. "pages/main/feedbackinfo",
  19. "pages/main/imagelist",
  20. "pages/main/feedbackresult",
  21. "pages/main/district"
  22. ],
  23. "permission": {
  24. "scope.userLocation": {
  25. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  26. }
  27. },
  28. "requiredPrivateInfos": [
  29. "getLocation"
  30. ],
  31. "navigateToMiniProgramAppIdList": [
  32. "wxa5441bbf344692ba",
  33. "wx46a7b4c420e6d38f",
  34. "wx1fef080f74481cbd",
  35. "wx331e8dd070f01d0e",
  36. "wx313a8f2c0741efe1",
  37. "wx80059777521b897c",
  38. "wxb54a6d5aff836ee3",
  39. "wxa5e33c61fe37dd01",
  40. "wxaa1a8b48d9853872",
  41. "wx84b3feac6069eec3"
  42. ],
  43. "window": {
  44. "navigationBarBackgroundColor": "#F0F0F0",
  45. "navigationBarTitleText": "秒过分数线",
  46. "navigationBarTextStyle": "black",
  47. "backgroundColor": "#F0F0F0",
  48. "enablePullDownRefresh": false
  49. },
  50. "subPackages": [
  51. {
  52. "root": "packageProduct",
  53. "pages": [
  54. "main/product",
  55. "main/feedbackinfo"
  56. ]
  57. }
  58. ],
  59. "preloadRule": {
  60. "packageProduct/main/product": {
  61. "network": "all",
  62. "packages": [
  63. "packageProduct"
  64. ]
  65. }
  66. },
  67. "style": "v2",
  68. "sitemapLocation": "sitemap.json"
  69. }