pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "easycom": {
  3. // "custom": {
  4. // "autoscan": true,
  5. // "gui-(.*)": "@/GraceUI5/components/gui-$1.vue",
  6. // "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  7. // }
  8. },
  9. "pages": [{
  10. "path": "pages/index/startPage",
  11. "style": {
  12. "navigationBarTitleText": ""
  13. }
  14. },
  15. {
  16. "path": "pages/index/index",
  17. "style": {
  18. "navigationBarTitleText": ""
  19. }
  20. },
  21. {
  22. "path": "pages/user/login",
  23. "style": {
  24. "navigationBarTitleText": ""
  25. }
  26. }
  27. , {
  28. "path": "pages/index/feiYiBaiKe/feiYiBaiKe",
  29. "style": {
  30. "navigationBarTitleText": "",
  31. "enablePullDownRefresh": false
  32. }
  33. }, {
  34. "path": "pages/index/feiYiShiPin/feiYiShiPin",
  35. "style": {
  36. "navigationBarTitleText": "",
  37. "enablePullDownRefresh": false
  38. }
  39. }, {
  40. "path": "pages/index/huDongWenDa/huDongWenDa",
  41. "style": {
  42. "navigationBarTitleText": "",
  43. "enablePullDownRefresh": false
  44. }
  45. }, {
  46. "path": "pages/index/huLiWenHua/huLiWenHua",
  47. "style": {
  48. "navigationBarTitleText": "",
  49. "enablePullDownRefresh": false
  50. }
  51. }
  52. ,{
  53. "path" : "pages/index/feiYiGaiLan/feiYiGaiLan",
  54. "style" :
  55. {
  56. "navigationBarTitleText": "",
  57. "enablePullDownRefresh": false
  58. }
  59. }
  60. ,{
  61. "path" : "pages/index/feiYiZhengCe/feiYiZhengCe",
  62. "style" :
  63. {
  64. "navigationBarTitleText": "",
  65. "enablePullDownRefresh": false
  66. }
  67. }
  68. ],
  69. "tabBar": {
  70. "color": "#585858",
  71. "selectedColor": "#366cf9",
  72. "borderStyle": "white",
  73. "backgroundColor": "#ffffff",
  74. "iconWidth": "22px",
  75. "spacing": "0px",
  76. "fontSize": "15px",
  77. "list": []
  78. },
  79. "globalStyle": {
  80. "mp-alipay": {
  81. /* 支付宝小程序特有相关 */
  82. "transparentTitle": "always",
  83. "allowsBounceVertical": "NO"
  84. },
  85. "navigationBarBackgroundColor": "#ffffff",
  86. "navigationBarTitleText": "",
  87. "navigationStyle": "custom",
  88. "navigationBarTextStyle": "black",
  89. "pageOrientation": "landscape"
  90. },
  91. "usingComponts": true,
  92. "condition": { //模式配置,仅开发期间生效
  93. "current": 0, //当前激活的模式(list 的索引项)
  94. "list": []
  95. },
  96. "sitemapLocation": "sitemap.json"
  97. }