app.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. ],
  12. "window": {
  13. "navigationBarTextStyle": "white",
  14. "navigationBarTitleText": "首页",
  15. "navigationBarBackgroundColor": "#E5CBAA"
  16. },
  17. "tabBar": {
  18. "color": "#2F2F2F",
  19. "selectedColor": "#91725D",
  20. "list": [
  21. {
  22. "pagePath": "pages/index/index",
  23. "iconPath": "./images/home.png",
  24. "text": "首页",
  25. "selectedIconPath": "./images/home_act.png"
  26. },
  27. {
  28. "pagePath": "pages/previousEditions/index",
  29. "iconPath": "./images/back.png",
  30. "text": "往届",
  31. "selectedIconPath": "./images/back_act.png"
  32. },
  33. {
  34. "pagePath": "pages/application/index",
  35. "iconPath": "./images/baoming.png",
  36. "text": "报名",
  37. "selectedIconPath": "./images/baoming_act.png"
  38. },
  39. {
  40. "pagePath": "pages/us/index",
  41. "iconPath": "./images/us.png",
  42. "text": "我的",
  43. "selectedIconPath": "./images/us_act.png"
  44. }
  45. ]
  46. },
  47. "componentFramework": "glass-easel",
  48. "sitemapLocation": "sitemap.json",
  49. "lazyCodeLoading": "requiredComponents"
  50. }