pages.json 837 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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/map/index",
  8. "style": {
  9. "navigationBarTitleText": "政务地图"
  10. }
  11. },
  12. {
  13. "path": "pages/map/matterDetails",
  14. "style": {
  15. "navigationBarTitleText": "政务地图"
  16. }
  17. },
  18. {
  19. "path": "pages/index/index",
  20. "style": {
  21. "navigationBarTitleText": "政务地图"
  22. }
  23. },
  24. {
  25. "path": "pages/map/cs",
  26. "style": {
  27. "navigationBarTitleText": "政务地图"
  28. }
  29. }
  30. ],
  31. "globalStyle": {
  32. "navigationStyle": "custom",
  33. "navigationBarTextStyle": "black",
  34. "navigationBarTitleText": "政务地图",
  35. "navigationBarBackgroundColor": "#F8F8F8",
  36. "backgroundColor": "#F8F8F8"
  37. },
  38. "uniIdRouter": {}
  39. }