app.json 2.1 KB

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