app.json 1.4 KB

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