app.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "pages": [
  3. "pages/yuezhan/index",
  4. "pages/tongcheng/index",
  5. "pages/swkz/index",
  6. "pages/user/index",
  7. "pages/yuezhan/search/index",
  8. "pages/zl_detail/index",
  9. "pages/cg_detail/index",
  10. "pages/navigate/index",
  11. "pages/user/my_order/index",
  12. "pages/user/my_reward/index",
  13. "pages/user/my_follow/index",
  14. "pages/user/reward_detail/index",
  15. "pages/yuezhan/search_result/index",
  16. "pages/cg_detail/cg_introduce/index",
  17. "pages/yuezhan/pay_page/index",
  18. "pages/tongcheng/search/index",
  19. "pages/wv_page/index",
  20. "pages/user/my_comment/index",
  21. "pages/user/my_saw/index",
  22. "pages/zl_detail/create_evaluation/index",
  23. "pages/yuezhan/comment_detail/index",
  24. "pages/yuezhan/pay_page/rule_detail/index",
  25. "pages/login_page/index",
  26. "common/components/drop-down/index",
  27. "pages/user/my_contact/index",
  28. "common/components/component-list/component-list",
  29. "pages/yuezhan/html_detail/index",
  30. "pages/course/course",
  31. "pages/course_detail/course_detail",
  32. "pages/user/personal/personal",
  33. "pages/user/my_course/my_course"
  34. ],
  35. "requiredPrivateInfos": [
  36. "getLocation"
  37. ],
  38. "window": {
  39. "backgroundTextStyle": "dark",
  40. "navigationBarBackgroundColor": "#fff",
  41. "navigationBarTitleText": "四维看展",
  42. "backgroundColor": "#ffffff",
  43. "navigationBarTextStyle": "black"
  44. },
  45. "tabBar": {
  46. "color": "#B2B2B2",
  47. "selectedColor": "#000",
  48. "borderStyle": "black",
  49. "list": [
  50. {
  51. "pagePath": "pages/yuezhan/index",
  52. "text": "首页",
  53. "iconPath": "imgs/yuezhan.png",
  54. "selectedIconPath": "./imgs/yuezhan_active.png"
  55. },
  56. {
  57. "pagePath": "pages/swkz/index",
  58. "text": "线上看展",
  59. "iconPath": "imgs/swkz.png",
  60. "selectedIconPath": "./imgs/swkz_active.png"
  61. },
  62. {
  63. "pagePath": "pages/course/course",
  64. "text": "VR课堂",
  65. "iconPath": "imgs/vr_classroom_n.png",
  66. "selectedIconPath": "./imgs/vr_classroom_s.png"
  67. },
  68. {
  69. "pagePath": "pages/tongcheng/index",
  70. "text": "线下展讯",
  71. "iconPath": "imgs/tongcheng.png",
  72. "selectedIconPath": "./imgs/tongcheng_active.png"
  73. },
  74. {
  75. "pagePath": "pages/user/index",
  76. "text": "我的",
  77. "iconPath": "imgs/user.png",
  78. "selectedIconPath": "./imgs/user_active.png"
  79. }
  80. ]
  81. },
  82. "networkTimeout": {
  83. "request": 310000
  84. },
  85. "permission": {
  86. "scope.userLocation": {
  87. "desc": "获取地理位置以便获得当前城市的展览"
  88. }
  89. },
  90. "sitemapLocation": "sitemap.json"
  91. }