pages.json 1020 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "easycom": {
  3. "^u-(.*)": "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. "navigationBarTitleText": "uni-app",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path" : "pages/zhuanpan/zhuanpan",
  15. "style" :
  16. {
  17. "navigationBarTitleText" : "",
  18. "enablePullDownRefresh" : false,
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path" : "pages/lotteryRecord/lotteryRecord",
  24. "style" :
  25. {
  26. "navigationBarTitleText" : "幸运大转盘",
  27. "enablePullDownRefresh" : false
  28. }
  29. },
  30. {
  31. "path" : "pages/lotteryRule/lotteryRule",
  32. "style" :
  33. {
  34. "navigationBarTitleText" : "幸运大转盘",
  35. "enablePullDownRefresh" : false
  36. }
  37. }
  38. ],
  39. "globalStyle": {
  40. "navigationBarTextStyle": "black",
  41. "navigationBarTitleText": "uni-app",
  42. "navigationBarBackgroundColor": "#fa7b12",
  43. "backgroundColor": "#fa7b12"
  44. },
  45. "uniIdRouter": {}
  46. }