pages.json 1.1 KB

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