pages.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. {
  10. "path": "pages/start-filing/index",
  11. "type": "page"
  12. },
  13. {
  14. "path": "pages/feed-calculator/index",
  15. "type": "page"
  16. },
  17. {
  18. "path": "pages/feed-plan/index",
  19. "type": "page"
  20. },
  21. {
  22. "path": "pages/home/index",
  23. "type": "page"
  24. },
  25. {
  26. "path": "pages/me/index",
  27. "type": "page"
  28. },
  29. {
  30. "path": "pages/setting/index",
  31. "type": "page"
  32. },
  33. {
  34. "path": "pages/userInfo/index",
  35. "type": "page"
  36. },
  37. {
  38. "path": "pages/feed-calculator/components/FeedFlogan",
  39. "type": "page"
  40. },
  41. {
  42. "path": "pages/feed-calculator/components/FeedForm",
  43. "type": "page"
  44. },
  45. {
  46. "path": "pages/feed-calculator/components/FeedQuestionnaire",
  47. "type": "page"
  48. },
  49. {
  50. "path": "pages/feed-calculator/components/FeedStart",
  51. "type": "page"
  52. },
  53. {
  54. "path": "pages/feed-calculator/components/FeedStep",
  55. "type": "page"
  56. },
  57. {
  58. "path": "pages/feed-calculator/components/ProgressBar",
  59. "type": "page"
  60. },
  61. {
  62. "path": "pages/pet-manual/components/CardList",
  63. "type": "page"
  64. }
  65. ],
  66. "globalStyle": {
  67. "backgroundColor": "@bgColor",
  68. "backgroundColorBottom": "@bgColorBottom",
  69. "backgroundColorTop": "@bgColorTop",
  70. "backgroundTextStyle": "@bgTxtStyle",
  71. "navigationBarBackgroundColor": "#000000",
  72. "navigationBarTextStyle": "@navTxtStyle",
  73. "navigationBarTitleText": "Vitesse-Uni",
  74. "navigationStyle": "custom"
  75. },
  76. "__esModule": true,
  77. "subPackages": []
  78. }