pages.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "name":"充电中",
  8. "path": "pages/index/index",
  9. "style": {
  10. }
  11. },
  12. {
  13. "name":"h5导航到某地",
  14. "path": "pages/navigation/index",
  15. "style": {
  16. }
  17. }
  18. ,{
  19. "path" : "pages/login/login",
  20. "style" :
  21. {
  22. "navigationBarTitleText": "",
  23. "enablePullDownRefresh": false
  24. }
  25. }
  26. ,{
  27. "path" : "pages/login/login",
  28. "style" :
  29. {
  30. "navigationBarTitleText": "",
  31. "enablePullDownRefresh": false
  32. }
  33. }
  34. ,{
  35. "path" : "pages/chargingPileDetails/chargingPileDetails",
  36. "style" :
  37. {
  38. "navigationBarTitleText": "",
  39. "enablePullDownRefresh": false
  40. }
  41. }
  42. ],
  43. "globalStyle": {
  44. "navigationStyle": "custom", // 隐藏系统导航栏
  45. "navigationBarTitleText": "智能充电系统",
  46. "enablePullDownRefresh": false
  47. }
  48. }