pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/shanpinxungou/shangjia/shangjiaView",
  8. "style": {
  9. "navigationBarTitleText": "",
  10. "enablePullDownRefresh": false,
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/UserCenter/LoginView",
  16. "style": {
  17. "navigationBarTitleText": "%index.dengluzhuce%",
  18. "enablePullDownRefresh": false,
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/OrderList/buy/jiesuanYe",
  24. "style": {
  25. "navigationBarTitleText": "%index.xiadanzhifu%",
  26. "enablePullDownRefresh": false,
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/shanpinxungou/shangpin/shangpinxiangqing",
  32. "style": {
  33. "navigationBarTitleText": "%index.goodsxq%",
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/OrderList/buy/gouwuche",
  39. "style": {
  40. "navigationBarTitleText": "%gouwu.gouwuche%",
  41. "enablePullDownRefresh": false,
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/OrderList/buy/Zhifuyemian",
  47. "style": {
  48. "navigationBarTitleText": "%order.zhifufangshi%",
  49. "enablePullDownRefresh": false
  50. }
  51. },
  52. {
  53. "path": "pages/UserCenter/yonghushezhi/duoyuyan",
  54. "style": {
  55. "navigationBarTitleText": "%index.yuyanxuanz%",
  56. "enablePullDownRefresh": false,
  57. "navigationStyle": "custom"
  58. }
  59. },
  60. {
  61. "path": "pages/redirecCTEApp/redirectToCETApp",
  62. "style": {
  63. "navigationBarTitleText": ""
  64. }
  65. }
  66. ],
  67. "tabBar": {
  68. "color": "#7A7E83",
  69. "selectedColor": "#00A6FF",
  70. "borderStyle": "black",
  71. "fontSize": "12px",
  72. "backgroundColor": "#F8F8F8",
  73. "list": [{
  74. "pagePath": "pages/index/mindex/mindex",
  75. "text": "%index.home%",
  76. "iconPath": "static/images/shouye1@3x.png",
  77. "selectedIconPath": "static/images/shouye@3x.png"
  78. },
  79. {
  80. "pagePath": "pages/OrderList/OrderList",
  81. "text": "%index.order%",
  82. "iconPath": "static/images/dingdan1@3x.png",
  83. "selectedIconPath": "static/images/dingdan@3x.png"
  84. },
  85. {
  86. "pagePath": "pages/pinglun/TonggaoView",
  87. "text": "%tonggao.tonggao%",
  88. "iconPath": "static/images/huitg.png",
  89. "selectedIconPath": "static/images/lantg.png"
  90. }, {
  91. "pagePath": "pages/UserCenter/UserCenter",
  92. "text": "%index.User%",
  93. "iconPath": "static/images/huiyuan1@3x.png",
  94. "selectedIconPath": "static/images/huiyuan@3x.png"
  95. }
  96. ]
  97. },
  98. "globalStyle": {
  99. "navigationBarTextStyle": "black",
  100. "navigationBarTitleText": "uni-app",
  101. "navigationBarBackgroundColor": "#F8F8F8",
  102. "backgroundColor": "#F8F8F8",
  103. "app-plus": {
  104. "softinputNavBar": "none"
  105. }
  106. }
  107. }