app.json 2.4 KB

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