pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style":{
  6. "navigationBarTitleText": "一茶酒社"
  7. }
  8. },
  9. {
  10. "path": "pages/sign/index",
  11. "style":{
  12. "navigationBarTitleText": "任务"
  13. }
  14. },
  15. {
  16. "path": "pages/partner/index",
  17. "style":{
  18. "navigationBarTitleText": "联盟店"
  19. }
  20. },
  21. {
  22. "path": "pages/my/index",
  23. "style":{
  24. "navigationBarTitleText": "我的"
  25. }
  26. },
  27. {
  28. "path": "pages/my/login",
  29. "style":{
  30. "navigationBarTitleText": "登录"
  31. }
  32. },
  33. {
  34. "path": "pages/protocol/index",
  35. "style":{
  36. "navigationBarTitleText": "购买协议"
  37. }
  38. }
  39. ],
  40. "tabBar": {
  41. "color": "#505050",
  42. "selectedColor": "#12B280",
  43. "borderStyle": "black",
  44. "backgroundColor": "#ffffff",
  45. "list": [{
  46. "pagePath": "pages/index/index",
  47. "iconPath": "static/nav/shouye.png",
  48. "selectedIconPath": "static/nav/shouye_select.png",
  49. "text": "首页"
  50. },
  51. {
  52. "pagePath":"pages/sign/index",
  53. "iconPath":"static/nav/qiandao.png",
  54. "selectedIconPath":"static/nav/qiandao_select.png",
  55. "text":"任务"
  56. },
  57. {
  58. "pagePath": "pages/partner/index",
  59. "iconPath": "static/nav/hehuoren.png",
  60. "selectedIconPath": "static/nav/hehuoren_select.png",
  61. "text": "联盟店"
  62. },
  63. {
  64. "pagePath":"pages/my/index",
  65. "iconPath":"static/nav/wode.png",
  66. "selectedIconPath":"static/nav/wode_select.png",
  67. "text":"我的"
  68. }
  69. ]
  70. },
  71. "easycom": {
  72. "autoscan": true,
  73. "custom": {
  74. // uni-ui 规则如下配置
  75. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  76. }
  77. // "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  78. },
  79. "globalStyle":
  80. {
  81. "navigationBarTextStyle": "black",
  82. "navigationBarTitleText": "uniapp",
  83. "navigationBarBackgroundColor": "#fff",
  84. "backgroundColor": "#fff",
  85. "app-plus":
  86. {
  87. "titleNView": false
  88. }
  89. },
  90. "condition": {
  91. "current": 1,
  92. "list": []
  93. }
  94. }