pages.json 6.4 KB

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