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

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