app.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "pages":[
  3. "pages/index/index",
  4. "pages/index1/index1",
  5. "pages/person/person",
  6. "pages/sociology/sociology",
  7. "pages/school/school",
  8. "pages/companyProfile/companyProfile",
  9. "pages/workEnvironment/workEnvironment",
  10. "pages/schoolTrip/schoolTrip",
  11. "pages/recruitInfo/recruitInfo",
  12. "pages/collection/collection",
  13. "pages/record/record",
  14. "pages/resume/resume",
  15. "pages/employeeBenefits/employeeBenefits",
  16. "pages/corporateCulture/corporateCulture"
  17. ],
  18. "window":{
  19. "backgroundTextStyle":"light",
  20. "navigationBarBackgroundColor": "#fff",
  21. "navigationBarTitleText": "Weixin",
  22. "navigationBarTextStyle":"black"
  23. },
  24. "tabBar": {
  25. "color": "#444",
  26. "selectedColor": "#1296db",
  27. "backgroundColor": "#ffffff",
  28. "list": [{
  29. "pagePath": "pages/index/index",
  30. "text": "首页",
  31. "iconPath": "images/icons/index.png",
  32. "selectedIconPath": "images/icons/index-active.png"
  33. },
  34. {
  35. "pagePath": "pages/sociology/sociology",
  36. "text": "社招",
  37. "iconPath": "images/icons/sociology_no.png",
  38. "selectedIconPath": "images/icons/sociology_yes.png"
  39. },
  40. {
  41. "pagePath": "pages/school/school",
  42. "text": "校招",
  43. "iconPath": "images/icons/school_no.png",
  44. "selectedIconPath": "images/icons/school_yes.png"
  45. },
  46. {
  47. "pagePath": "pages/person/person",
  48. "text": "我的",
  49. "iconPath": "images/icons/person.png",
  50. "selectedIconPath": "images/icons/person-active.png"
  51. }]
  52. },
  53. "style": "v2",
  54. "sitemapLocation": "sitemap.json"
  55. }