app.json 2.0 KB

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