app.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "pages": [
  3. "pages/scan/scan",
  4. "pages/index/index",
  5. "pages/index/details/details",
  6. "pages/index/exhibitDetails/details",
  7. "pages/index/exhibitDetails/imgList/list",
  8. "pages/index/exhibitDetails/videoList/list",
  9. "pages/index/exhibitDetails/threeD/threeD",
  10. "pages/index/paid/paid",
  11. "pages/my/my",
  12. "pages/my/collect/collect",
  13. "pages/my/indent/indent",
  14. "pages/my/remember/remember",
  15. "pages/identify/identify",
  16. "pages/wxlogin/wxlogin"
  17. ],
  18. "tabBar": {
  19. "color": "#954024",
  20. "selectedColor": "#954024",
  21. "backgroundColor": "#F5EAD2",
  22. "list": [
  23. {
  24. "pagePath": "pages/index/index",
  25. "text": "展览",
  26. "iconPath": "style/images/icon/exhibit.png",
  27. "selectedIconPath": "style/images/icon/exhibitC.png"
  28. },
  29. {
  30. "pagePath": "pages/identify/identify",
  31. "text": "识别",
  32. "iconPath": "style/images/icon/indentify.png",
  33. "selectedIconPath": "style/images/icon/indentifyC.png"
  34. },
  35. {
  36. "pagePath": "pages/my/my",
  37. "text": "我的",
  38. "iconPath": "style/images/icon/mine.png",
  39. "selectedIconPath": "style/images/icon/mineC.png"
  40. }
  41. ]
  42. },
  43. "window": {
  44. "backgroundTextStyle": "light",
  45. "navigationBarBackgroundColor": "#F5EAD2",
  46. "navigationBarTitleText": "博物馆",
  47. "navigationBarTextStyle": "black",
  48. "navigationStyle": "custom"
  49. },
  50. "networkTimeout": {
  51. "request": 10000,
  52. "downloadFile": 10000
  53. },
  54. "debug": false,
  55. "sitemapLocation": "sitemap.json"
  56. }