与牧同行-兽医端小程序
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.

73 lines
1.7 KiB

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