app.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/my/my",
  5. "pages/daohang/daohang",
  6. "pages/jingdianchaxun/jingdianchaxun",
  7. "pages/gongjiao/gongjiao",
  8. "components/GaodeHeader/GaodeHeader",
  9. "components/GaodeInputTips/GaodeInputTips",
  10. "pages/login/login",
  11. "pages/abouthelp/abouthelp",
  12. "pages/private/private",
  13. "pages/faq/faq",
  14. "pages/guide/guide",
  15. "pages/vr-detail/vr-detail",
  16. "pages/detail/detail",
  17. "pages/ai-recommend/ai-recommend",
  18. "pages/personal-info/personal-info",
  19. "pages/ai-plan/ai-plan",
  20. "pages/communicate/communicate",
  21. "pages/quiz/quiz",
  22. "components/navigation-bar/navigation-bar",
  23. "pages/xinindex/xinindex"
  24. ],
  25. "usingComponents": {
  26. "van-field": "@vant/weapp/field/index",
  27. "van-button": "@vant/weapp/button/index",
  28. "van-cell-group": "@vant/weapp/cell-group/index",
  29. "van-nav-bar": "@vant/weapp/nav-bar/index",
  30. "van-grid": "@vant/weapp/grid/index",
  31. "van-grid-item": "@vant/weapp/grid-item/index",
  32. "van-cell": "@vant/weapp/cell/index",
  33. "van-notice-bar": "@vant/weapp/notice-bar/index",
  34. "van-image": "@vant/weapp/image/index",
  35. "van-divider": "@vant/weapp/divider/index",
  36. "van-tab": "@vant/weapp/tab/index",
  37. "van-tabs": "@vant/weapp/tabs/index",
  38. "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
  39. "van-dropdown-item": "@vant/weapp/dropdown-item/index"
  40. },
  41. "window": {
  42. "navigationBarTitleText": "VR全景",
  43. "navigationBarBackgroundColor": "#ffffff",
  44. "navigationBarTextStyle": "black"
  45. },
  46. "requiredPrivateInfos": [
  47. "getLocation",
  48. "chooseLocation",
  49. "startLocationUpdate"
  50. ],
  51. "permission": {
  52. "scope.userLocation": {
  53. "desc": "你的位置信息将用于地图展示和导航功能"
  54. }
  55. },
  56. "tabBar": {
  57. "selectedColor": "#1296db",
  58. "position": "bottom",
  59. "list": [
  60. {
  61. "pagePath": "pages/index/index",
  62. "text": "首页",
  63. "iconPath": "images/首页.png",
  64. "selectedIconPath": "images/首页 (1).png"
  65. },
  66. {
  67. "pagePath": "pages/daohang/daohang",
  68. "text": "个人赤旅志",
  69. "iconPath": "images/计划.png",
  70. "selectedIconPath": "images/计划.png"
  71. },
  72. {
  73. "pagePath": "pages/communicate/communicate",
  74. "text": "红游分享圈",
  75. "iconPath": "images/评论.png",
  76. "selectedIconPath": "images/评论 (1).png"
  77. },
  78. {
  79. "pagePath": "pages/my/my",
  80. "text": "我的",
  81. "iconPath": "images/我的.png",
  82. "selectedIconPath": "images/我的 (1).png"
  83. }
  84. ]
  85. }
  86. }