pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. "globalStyle": {
  57. "navigationBarTextStyle": "black",
  58. "navigationBarTitleText": "小鹅通",
  59. "navigationBarBackgroundColor": "#F8F8F8",
  60. "backgroundColor": "#F8F8F8"
  61. },
  62. "tabBar": {
  63. "color": "#000000",
  64. "selectedColor": "#FF5100",
  65. "fontSize": "10px",
  66. "list": [
  67. {
  68. "pagePath": "pages/index/index",
  69. "iconPath": "/static/tabbar/shouye.png",
  70. "text": "首页",
  71. "selectedIconPath": "/static/tabbar/shouye1.png"
  72. },
  73. {
  74. "pagePath": "pages/find/index",
  75. "iconPath": "/static/tabbar/find.png",
  76. "selectedIconPath": "/static/tabbar/find1.png",
  77. "text": "发现"
  78. },
  79. {
  80. "pagePath": "pages/message/index",
  81. "iconPath": "/static/tabbar/message.png",
  82. "selectedIconPath": "/static/tabbar/message1.png",
  83. "text": "消息"
  84. },
  85. {
  86. "pagePath": "pages/mine/index",
  87. "iconPath": "/static/tabbar/me.png",
  88. "selectedIconPath": "/static/tabbar/me1.png",
  89. "text": "我的"
  90. }
  91. ]
  92. },
  93. "uniIdRouter": {}
  94. }