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

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