pages.json 704 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/index/pay",
  14. "style": {
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/index/pay-zfb",
  20. "style": {
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/index/paySuccess",
  26. "style": {
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/index/close",
  32. "style": {
  33. "navigationStyle": "custom"
  34. }
  35. }
  36. ],
  37. "globalStyle": {},
  38. "uniIdRouter": {}
  39. }