app.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "pages/prompt/prompt"
  18. ],
  19. "window":{
  20. "backgroundTextStyle":"light",
  21. "navigationBarBackgroundColor": "#fff",
  22. "navigationBarTitleText": "Weixin",
  23. "navigationBarTextStyle":"black"
  24. },
  25. "tabBar": {
  26. "color": "#1b1b1b",
  27. "selectedColor": "#1b1b1b",
  28. "backgroundColor": "#ffffff",
  29. "list": [{
  30. "pagePath": "pages/index/index",
  31. "text": "首页",
  32. "iconPath": "images/new/index.png",
  33. "selectedIconPath": "images/new/index_active.png"
  34. },
  35. {
  36. "pagePath": "pages/sociology/sociology",
  37. "text": "社招",
  38. "iconPath": "images/new/recurit.png",
  39. "selectedIconPath": "images/new/recurit_active.png"
  40. },
  41. {
  42. "pagePath": "pages/person/person",
  43. "text": "我的",
  44. "iconPath": "images/new/person.png",
  45. "selectedIconPath": "images/new/person_active.png"
  46. }]
  47. },
  48. "style": "v2",
  49. "sitemapLocation": "sitemap.json"
  50. }