pages.json 630 B

12345678910111213141516171819202122232425262728293031323334
  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. "globalStyle": {
  32. },
  33. "uniIdRouter": {}
  34. }