app.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. ],
  24. "usingComponents": {
  25. "van-field": "@vant/weapp/field/index",
  26. "van-button": "@vant/weapp/button/index",
  27. "van-cell-group": "@vant/weapp/cell-group/index",
  28. "van-nav-bar": "@vant/weapp/nav-bar/index",
  29. "van-grid": "@vant/weapp/grid/index",
  30. "van-grid-item": "@vant/weapp/grid-item/index",
  31. "van-cell": "@vant/weapp/cell/index",
  32. "van-notice-bar": "@vant/weapp/notice-bar/index",
  33. "van-image": "@vant/weapp/image/index",
  34. "van-divider": "@vant/weapp/divider/index",
  35. "van-tab": "@vant/weapp/tab/index",
  36. "van-tabs": "@vant/weapp/tabs/index",
  37. "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
  38. "van-dropdown-item": "@vant/weapp/dropdown-item/index"
  39. },
  40. "window": {
  41. "navigationBarTitleText": "VR全景",
  42. "navigationBarBackgroundColor": "#ffffff",
  43. "navigationBarTextStyle": "black"
  44. },
  45. "requiredPrivateInfos": [
  46. "getLocation",
  47. "chooseLocation",
  48. "startLocationUpdate"
  49. ],
  50. "permission": {
  51. "scope.userLocation": {
  52. "desc": "你的位置信息将用于地图展示和导航功能"
  53. }
  54. },
  55. "tabBar": {
  56. "selectedColor": "#1296db",
  57. "position": "bottom",
  58. "list": [
  59. {
  60. "pagePath": "pages/index/index",
  61. "text": "首页",
  62. "iconPath": "images/首页.png",
  63. "selectedIconPath": "images/首页 (1).png"
  64. },
  65. {
  66. "pagePath": "pages/daohang/daohang",
  67. "text": "个人赤旅志",
  68. "iconPath": "images/计划.png",
  69. "selectedIconPath": "images/计划.png"
  70. },
  71. {
  72. "pagePath": "pages/communicate/communicate",
  73. "text": "红游分享圈",
  74. "iconPath": "images/评论.png",
  75. "selectedIconPath": "images/评论 (1).png"
  76. },
  77. {
  78. "pagePath": "pages/my/my",
  79. "text": "我的",
  80. "iconPath": "images/我的.png",
  81. "selectedIconPath": "images/我的 (1).png"
  82. }
  83. ]
  84. }
  85. }