pages.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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/login/account-login",
  8. "style": {
  9. "navigationStyle": "custom",
  10. "enablePullDownRefresh": false
  11. }
  12. },
  13. {
  14. "path": "pages/index/index",
  15. "style": {
  16. "navigationStyle": "custom",
  17. "navigationBarTitleText": "uni-app"
  18. }
  19. }, {
  20. "path": "pages/member-center/member-center",
  21. "style": {
  22. "navigationBarTitleText": "会员中心",
  23. "enablePullDownRefresh": false
  24. }
  25. }, {
  26. "path": "pages/recharge/recharge",
  27. "style": {
  28. "navigationBarTitleText": "充值",
  29. "enablePullDownRefresh": false
  30. }
  31. }, {
  32. "path": "pages/recharge/records",
  33. "style": {
  34. "navigationBarTitleText": "开票记录",
  35. "enablePullDownRefresh": false
  36. }
  37. }, {
  38. "path": "pages/publish/publish",
  39. "style": {
  40. "navigationBarTitleText": "发起活动",
  41. "navigationStyle": "custom",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "pages/activity/activity",
  46. "style": {
  47. "navigationBarTitleText": "活动列表",
  48. "enablePullDownRefresh": false
  49. }
  50. }, {
  51. "path": "pages/stores/stores",
  52. "style": {
  53. "navigationStyle": "custom",
  54. "navigationBarTitleText": "门店",
  55. "enablePullDownRefresh": false
  56. }
  57. }, {
  58. "path": "pages/stores/detail",
  59. "style": {
  60. "navigationBarTitleText": "详情",
  61. "enablePullDownRefresh": false
  62. }
  63. }
  64. ,{
  65. "path" : "pages/login/login",
  66. "style" :
  67. {
  68. "navigationStyle":"custom",
  69. "navigationBarTitleText": "",
  70. "enablePullDownRefresh": false
  71. }
  72. }
  73. ,{
  74. "path" : "pages/login/forget",
  75. "style" :
  76. {
  77. "navigationStyle":"custom",
  78. "navigationBarTitleText": "",
  79. "enablePullDownRefresh": false
  80. }
  81. }
  82. ,{
  83. "path" : "pages/member-center/add",
  84. "style" :
  85. {
  86. "navigationBarTitleText": "创建会员中心",
  87. "enablePullDownRefresh": false
  88. }
  89. }
  90. ,{
  91. "path" : "pages/shopAudit/shopAudit",
  92. "style" :
  93. {
  94. "navigationBarTitleText": "商户审核",
  95. "enablePullDownRefresh": false
  96. }
  97. }
  98. ,{
  99. "path" : "pages/shopAudit/detail",
  100. "style" :
  101. {
  102. "navigationBarTitleText": "商户审核",
  103. "enablePullDownRefresh": false
  104. }
  105. }
  106. ,{
  107. "path" : "pages/acitvityAudit/acitvityAudit",
  108. "style" :
  109. {
  110. "navigationBarTitleText": "活动审核",
  111. "enablePullDownRefresh": false
  112. }
  113. }
  114. ,{
  115. "path" : "pages/acitvityAudit/detail",
  116. "style" :
  117. {
  118. "navigationStyle":"custom",
  119. "navigationBarTitleText": "活动详情",
  120. "enablePullDownRefresh": false
  121. }
  122. }
  123. ,{
  124. "path" : "pages/activity/detail",
  125. "style" :
  126. {
  127. "navigationStyle":"custom",
  128. "navigationBarTitleText": "活动详情",
  129. "enablePullDownRefresh": false
  130. }
  131. }
  132. ,{
  133. "path" : "pages/login/updatePassword",
  134. "style" :
  135. {
  136. "navigationStyle":"custom",
  137. "navigationBarTitleText": "修改密码",
  138. "enablePullDownRefresh": false
  139. }
  140. } ,{
  141. "path" : "pages/index/tag-manage",
  142. "style" :
  143. {
  144. "navigationBarTitleText": "标签管理",
  145. "enablePullDownRefresh": false
  146. }
  147. }
  148. ,{
  149. "path" : "pages/image-cropper/image-cropper",
  150. "style" :
  151. {
  152. "navigationBarTitleText": "图片裁剪",
  153. "enablePullDownRefresh": false
  154. }
  155. }
  156. ,{
  157. "path" : "pages/webView/webView",
  158. "style" :
  159. {
  160. "navigationBarTitleText": "",
  161. "enablePullDownRefresh": false
  162. }
  163. }
  164. ,{
  165. "path" : "pages/chooseLable/chooseLable",
  166. "style" :
  167. {
  168. "navigationBarTitleText": "选择标签",
  169. "enablePullDownRefresh": false
  170. }
  171. }
  172. ,{
  173. "path" : "pages/test/test",
  174. "style" :
  175. {
  176. "navigationBarTitleText": "提交成功",
  177. "enablePullDownRefresh": false
  178. }
  179. }
  180. ],
  181. "globalStyle": {
  182. "navigationBarTextStyle": "black",
  183. "navigationBarTitleText": " ",
  184. "navigationBarBackgroundColor": "#FFFFFF",
  185. "backgroundColor": "#F8F8F8"
  186. }
  187. }