pages.json 955 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "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/feedback/feedback",
  26. "style": {
  27. "navigationBarTitleText": "反馈"
  28. }
  29. },
  30. {
  31. "path": "pages/map/model/adDetail",
  32. "style": {
  33. "navigationBarTitleText": "广告详情"
  34. }
  35. }
  36. ],
  37. "globalStyle": {
  38. "navigationStyle": "custom",
  39. "navigationBarTextStyle": "black",
  40. "navigationBarTitleText": "政务地图",
  41. "navigationBarBackgroundColor": "#F8F8F8",
  42. "backgroundColor": "#F8F8F8"
  43. },
  44. "uniIdRouter": {}
  45. }