pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/login/index",
  8. "style": {
  9. "navigationBarTitleText": "登录",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/index/index",
  15. "style": {
  16. "navigationBarTitleText": "首页"
  17. }
  18. },
  19. {
  20. "path": "pages/protocol/service",
  21. "style": {
  22. "navigationBarTitleText": "服务协议"
  23. }
  24. },
  25. {
  26. "path": "pages/protocol/privacy",
  27. "style": {
  28. "navigationBarTitleText": "隐私政策"
  29. }
  30. },
  31. // {
  32. // "path": "pages/index/index",
  33. // "style": {
  34. // "navigationBarTitleText": "首页"
  35. // }
  36. // },
  37. {
  38. "path": "pages/find/index",
  39. "style": {
  40. "navigationBarTitleText": "发现"
  41. }
  42. },
  43. {
  44. "path": "pages/message/index",
  45. "style":{
  46. "navigationBarTitleText": "消息"
  47. }
  48. },
  49. {
  50. "path": "pages/mine/index",
  51. "style":{
  52. "navigationBarTitleText": "我的"
  53. }
  54. },
  55. {
  56. "path" : "pages/knowXetong/knowXetong",
  57. "style" :
  58. {
  59. "navigationBarTitleText" : ""
  60. }
  61. }
  62. ],
  63. "globalStyle": {
  64. "navigationBarTextStyle": "black",
  65. "navigationBarTitleText": "小鹅通",
  66. "navigationBarBackgroundColor": "#F8F8F8",
  67. "backgroundColor": "#F8F8F8"
  68. },
  69. "tabBar": {
  70. "color": "#000000",
  71. "selectedColor": "#FF5100",
  72. "fontSize": "10px",
  73. "list": [
  74. {
  75. "pagePath": "pages/index/index",
  76. "iconPath": "/static/tabbar/shouye.png",
  77. "text": "首页",
  78. "selectedIconPath": "/static/tabbar/shouye1.png"
  79. },
  80. {
  81. "pagePath": "pages/find/index",
  82. "iconPath": "/static/tabbar/find.png",
  83. "selectedIconPath": "/static/tabbar/find1.png",
  84. "text": "发现"
  85. },
  86. {
  87. "pagePath": "pages/message/index",
  88. "iconPath": "/static/tabbar/message.png",
  89. "selectedIconPath": "/static/tabbar/message1.png",
  90. "text": "消息"
  91. },
  92. {
  93. "pagePath": "pages/mine/index",
  94. "iconPath": "/static/tabbar/me.png",
  95. "selectedIconPath": "/static/tabbar/me1.png",
  96. "text": "我的"
  97. }
  98. ]
  99. },
  100. "uniIdRouter": {}
  101. }