pages.json 535 B

12345678910111213141516171819202122232425262728
  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/paySuccess",
  20. "style": {
  21. "navigationStyle": "custom"
  22. }
  23. }
  24. ],
  25. "globalStyle": {
  26. },
  27. "uniIdRouter": {}
  28. }