app.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. ],
  31. "window": {
  32. "backgroundTextStyle": "dark",
  33. "navigationBarBackgroundColor": "#fff",
  34. "navigationBarTitleText": "四维看展",
  35. "backgroundColor": "#ffffff",
  36. "navigationBarTextStyle": "black"
  37. },
  38. "tabBar": {
  39. "color": "#B2B2B2",
  40. "selectedColor": "#000",
  41. "borderStyle": "black",
  42. "list": [
  43. {
  44. "pagePath": "pages/yuezhan/index",
  45. "text": "首页",
  46. "iconPath": "imgs/yuezhan.png",
  47. "selectedIconPath": "./imgs/yuezhan_active.png"
  48. },
  49. {
  50. "pagePath": "pages/swkz/index",
  51. "text": "线上看展",
  52. "iconPath": "imgs/swkz.png",
  53. "selectedIconPath": "./imgs/swkz_active.png"
  54. },
  55. {
  56. "pagePath": "pages/tongcheng/index",
  57. "text": "线下展讯",
  58. "iconPath": "imgs/tongcheng.png",
  59. "selectedIconPath": "./imgs/tongcheng_active.png"
  60. },
  61. {
  62. "pagePath": "pages/user/index",
  63. "text": "我的",
  64. "iconPath": "imgs/user.png",
  65. "selectedIconPath": "./imgs/user_active.png"
  66. }
  67. ]
  68. },
  69. "networkTimeout": {
  70. "request": 310000
  71. },
  72. "permission": {
  73. "scope.userLocation": {
  74. "desc": "获取地理位置以便获得当前城市的展览"
  75. }
  76. },
  77. "sitemapLocation": "sitemap.json"
  78. }