pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path" : "pages/login/account-login",
  8. "style" :
  9. {
  10. "navigationStyle":"custom",
  11. "enablePullDownRefresh": false
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationStyle":"custom",
  18. "navigationBarTitleText": "联兑通商户版"
  19. }
  20. }
  21. ,{
  22. "path" : "pages/login/login",
  23. "style" :
  24. {
  25. "navigationStyle":"custom",
  26. "navigationBarTitleText": "",
  27. "enablePullDownRefresh": false
  28. }
  29. }
  30. ,{
  31. "path" : "pages/card/card",
  32. "style" :
  33. {
  34. "navigationBarTitleText": "卡包",
  35. "enablePullDownRefresh": false
  36. }
  37. }
  38. ,{
  39. "path" : "pages/bill/bill",
  40. "style" :
  41. {
  42. "navigationBarTitleText": "我的账单",
  43. "enablePullDownRefresh": false
  44. }
  45. }
  46. ,{
  47. "path" : "pages/publish/publish",
  48. "style" :
  49. {
  50. "navigationBarTitleText": "发起活动",
  51. "navigationStyle":"custom",
  52. "enablePullDownRefresh": false
  53. }
  54. }
  55. ,{
  56. "path" : "pages/publish/detail",
  57. "style" :
  58. {
  59. "navigationStyle":"custom",
  60. "navigationBarTitleText": "活动详情",
  61. "enablePullDownRefresh": false
  62. }
  63. }
  64. ,{
  65. "path" : "pages/activity/activity",
  66. "style" :
  67. {
  68. "navigationBarTitleText": "活动列表",
  69. "enablePullDownRefresh": false
  70. }
  71. }
  72. ,{
  73. "path" : "pages/member/member",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "会员中心",
  77. "enablePullDownRefresh": false
  78. }
  79. }
  80. ,{
  81. "path" : "pages/login/forget",
  82. "style" :
  83. {
  84. "navigationStyle":"custom",
  85. "navigationBarTitleText": "",
  86. "enablePullDownRefresh": false
  87. }
  88. }
  89. ,{
  90. "path" : "pages/login/register",
  91. "style" :
  92. {
  93. "navigationStyle":"custom",
  94. "navigationBarTitleText": "注册账号",
  95. "enablePullDownRefresh": false
  96. }
  97. }
  98. ,{
  99. "path" : "pages/shop-info/shop-info",
  100. "style" :
  101. {
  102. "navigationStyle":"custom",
  103. "navigationBarTitleText": "",
  104. "enablePullDownRefresh": false
  105. }
  106. }
  107. ],
  108. "globalStyle": {
  109. "navigationBarTextStyle": "black",
  110. "navigationBarTitleText": "uni-app",
  111. "navigationBarBackgroundColor": "#FFFFFF",
  112. "backgroundColor": "#F8F8F8"
  113. }
  114. }