app.json 1.4 KB

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