pages.json 876 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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/feed-plan/index",
  11. "type": "page"
  12. },
  13. {
  14. "path": "pages/home/index",
  15. "type": "page"
  16. },
  17. {
  18. "path": "pages/me/index",
  19. "type": "page"
  20. },
  21. {
  22. "path": "pages/pet-manual/index",
  23. "type": "page"
  24. },
  25. {
  26. "path": "pages/setting/index",
  27. "type": "page"
  28. },
  29. {
  30. "path": "pages/userInfo/index",
  31. "type": "page"
  32. }
  33. ],
  34. "globalStyle": {
  35. "backgroundColor": "@bgColor",
  36. "backgroundColorBottom": "@bgColorBottom",
  37. "backgroundColorTop": "@bgColorTop",
  38. "backgroundTextStyle": "@bgTxtStyle",
  39. "navigationBarBackgroundColor": "#000000",
  40. "navigationBarTextStyle": "@navTxtStyle",
  41. "navigationBarTitleText": "Vitesse-Uni",
  42. "navigationStyle": "custom"
  43. },
  44. "__esModule": true,
  45. "subPackages": []
  46. }