app.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/application/index",
  5. "pages/previousEditions/index",
  6. "pages/us/index",
  7. "pages/expert/index",
  8. "pages/admin/index",
  9. "pages/downZS/index",
  10. "pages/userData/index",
  11. "pages/webview/index",
  12. "pages/sph/index"
  13. ],
  14. "window": {
  15. "navigationBarTextStyle": "white",
  16. "navigationBarTitleText": "首页",
  17. "navigationBarBackgroundColor": "#E5CBAA"
  18. },
  19. "tabBar": {
  20. "color": "#2F2F2F",
  21. "selectedColor": "#91725D",
  22. "list": [
  23. {
  24. "pagePath": "pages/index/index",
  25. "iconPath": "./images/home.png",
  26. "text": "首页",
  27. "selectedIconPath": "./images/home_act.png"
  28. },
  29. {
  30. "pagePath": "pages/previousEditions/index",
  31. "iconPath": "./images/back.png",
  32. "text": "往届",
  33. "selectedIconPath": "./images/back_act.png"
  34. },
  35. {
  36. "pagePath": "pages/application/index",
  37. "iconPath": "./images/baoming.png",
  38. "text": "报名",
  39. "selectedIconPath": "./images/baoming_act.png"
  40. },
  41. {
  42. "pagePath": "pages/us/index",
  43. "iconPath": "./images/us.png",
  44. "text": "我的",
  45. "selectedIconPath": "./images/us_act.png"
  46. }
  47. ]
  48. },
  49. "componentFramework": "glass-easel",
  50. "sitemapLocation": "sitemap.json",
  51. "lazyCodeLoading": "requiredComponents"
  52. }