与牧同行-兽医端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.0 KiB

  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/login/login",
  5. "pages/personal/personal"
  6. ],
  7. "subPackages": [
  8. {
  9. "root": "pagesA",
  10. "pages": [
  11. "pages/carouselDetail/carouselDetail",
  12. "pages/askingSy/askingSy",
  13. "pages/askingSyDetails/askingSyDetails",
  14. "pages/advisory/advisory",
  15. "pages/releaseSuffer/releaseSuffer",
  16. "pages/precept/precept",
  17. "pages/attestation/attestation",
  18. "pages/serviceEvaluation/serviceEvaluation",
  19. "pages/expertChat/expertChat"
  20. ]
  21. },
  22. {
  23. "root": "pagesB",
  24. "pages": [
  25. "pages/administrativeDivision/administrativeDivision",
  26. "pages/training/training",
  27. "pages/wzDetails/wzDetails",
  28. "pages/spDetails/spDetails",
  29. "pages/publishAdd/publishAdd",
  30. "pages/forumlist/forumlist",
  31. "pages/onlineAsk/onlineAsk",
  32. "pages/experienceList/experienceList",
  33. "pages/experienceDetails/experienceDetails"
  34. ],
  35. "independent": true
  36. }
  37. ],
  38. "tabBar": {
  39. "color": "#2E2E2E",
  40. "selectedColor": "#50C1BA",
  41. "borderStyle": "black",
  42. "list": [
  43. {
  44. "pagePath": "pages/home/home",
  45. "text": "首页",
  46. "iconPath": "pages/images/home.png",
  47. "selectedIconPath": "pages/images/home1.png"
  48. },
  49. {
  50. "pagePath": "pages/personal/personal",
  51. "text": "我的",
  52. "iconPath": "pages/images/wd.png",
  53. "selectedIconPath": "pages/images/wd1.png"
  54. }
  55. ]
  56. },
  57. "window": {
  58. "backgroundColor": "#86D8D0",
  59. "navigationBarBackgroundColor": "#86D8D0",
  60. "navigationBarTextStyle": "white"
  61. },
  62. "renderer": "webview",
  63. "rendererOptions": {
  64. "skyline": {
  65. "defaultDisplayBlock": true,
  66. "defaultContentBox": true,
  67. "tagNameStyleIsolation": "legacy",
  68. "disableABTest": true,
  69. "sdkVersionBegin": "3.0.0",
  70. "sdkVersionEnd": "15.255.255"
  71. }
  72. },
  73. "componentFramework": "glass-easel",
  74. "sitemapLocation": "sitemap.json",
  75. "lazyCodeLoading": "requiredComponents"
  76. }