pages.json 746 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "pages": [{
  3. "path": "pages/login/login"
  4. }, {
  5. "path": "pages/login/selectSite"
  6. }, {
  7. "path": "pages/index/index"
  8. }, {
  9. "path": "pages/index/modules/home"
  10. }, {
  11. "path": "pages/index/modules/message"
  12. }, {
  13. "path": "pages/index/modules/mine"
  14. }, {
  15. "path": "pages/facility/index"
  16. }, {
  17. "path": "pages/facility/detail"
  18. }, {
  19. "path": "pages/facility/my-map"
  20. }],
  21. "subPackages": [{
  22. "root": "packageA",
  23. "pages": [{
  24. "path": "alerts/index"
  25. }, {
  26. "path": "alerts/detail"
  27. }]
  28. }, {
  29. "root": "control",
  30. "pages": []
  31. }],
  32. "globalStyle": {
  33. "navigationStyle": "custom"
  34. },
  35. "easycom": {
  36. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  37. "^prodnum-(.*)": "@/control/components/prodnum-$1/prodnum-$1.vue"
  38. }
  39. }