pages.json 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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/tabbar/index/index",
  8. "style": {
  9. "navigationBarTitleText": "商城",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/tabbar/mine/mine",
  15. "style": {
  16. "navigationBarTitleText": "我的",
  17. "navigationStyle": "custom"
  18. }
  19. }
  20. ,{
  21. "path" : "pages/login/login/login",
  22. "style" :
  23. {
  24. "navigationBarTitleText": "",
  25. "navigationBarBackgroundColor": "#fff"
  26. // "navigationStyle": "custom"
  27. }
  28. }
  29. ,{
  30. "path" : "pages/login/codeLogin/codeLogin",
  31. "style" :
  32. {
  33. "navigationBarTitleText": "",
  34. "navigationBarBackgroundColor": "#fff"
  35. // "navigationStyle": "custom"
  36. }
  37. }
  38. ,{
  39. "path" : "pages/login/forgot/forgot",
  40. "style" :
  41. {
  42. "navigationBarTitleText": "忘记密码"
  43. }
  44. }
  45. ,{
  46. "path" : "pages/release/production/production",
  47. "style" :
  48. {
  49. "navigationBarTitleText": "生产订单",
  50. "enablePullDownRefresh": false,
  51. "navigationBarBackgroundColor": "#fff"
  52. }
  53. }
  54. ,{
  55. "path" : "pages/release/purchase/purchase",
  56. "style" :
  57. {
  58. "navigationBarTitleText": "采购订单",
  59. "enablePullDownRefresh": false,
  60. "navigationBarBackgroundColor": "#fff"
  61. }
  62. }
  63. ,{
  64. "path" : "pages/release/waixie/waixie",
  65. "style" :
  66. {
  67. "navigationBarTitleText": "外协订单",
  68. "enablePullDownRefresh": false,
  69. "navigationBarBackgroundColor": "#fff"
  70. }
  71. }
  72. ,{
  73. "path" : "pages/release/ocean/ocean",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "海运订单",
  77. "enablePullDownRefresh": false,
  78. "navigationBarBackgroundColor": "#fff"
  79. }
  80. },
  81. {
  82. "path" : "pages/good/add",
  83. "style" :
  84. {
  85. "navigationBarTitleText": "添加商品",
  86. "enablePullDownRefresh": false
  87. }
  88. },
  89. {
  90. "path" : "pages/mine/service/feed/feed",
  91. "style" :
  92. {
  93. "navigationBarTitleText": "意见反馈",
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path" : "pages/mine/service/feed/history",
  99. "style" :
  100. {
  101. "navigationBarTitleText": "反馈记录",
  102. // "navigationStyle": "custom"
  103. "navigationBarBackgroundColor": "#fff"
  104. }
  105. },
  106. {
  107. "path" : "pages/mine/service/feed/detail",
  108. "style" :
  109. {
  110. "navigationBarTitleText": "反馈详情",
  111. // "navigationStyle": "custom"
  112. "navigationBarBackgroundColor": "#fff"
  113. }
  114. },
  115. {
  116. "path" : "pages/mine/service/setting/setting",
  117. "style" :
  118. {
  119. "navigationBarTitleText": "设置",
  120. // "navigationStyle": "custom"
  121. "navigationBarBackgroundColor": "#fff"
  122. }
  123. },
  124. {
  125. "path" : "pages/mine/service/setting/account_info",
  126. "style" :
  127. {
  128. "navigationBarTitleText": "账号信息",
  129. // "navigationStyle": "custom"
  130. "navigationBarBackgroundColor": "#fff"
  131. }
  132. },
  133. {
  134. "path" : "pages/mine/service/setting/bind_eMail",
  135. "style" :
  136. {
  137. "navigationBarTitleText": "绑定邮箱",
  138. // "navigationStyle": "custom"
  139. "navigationBarBackgroundColor": "#fff"
  140. }
  141. },
  142. {
  143. "path" : "pages/mine/service/setting/edit_pwd",
  144. "style" :
  145. {
  146. "navigationBarTitleText": "修改密码",
  147. // "navigationStyle": "custom"
  148. "navigationBarBackgroundColor": "#fff"
  149. }
  150. },
  151. {
  152. "path" : "pages/mine/service/setting/personal",
  153. "style" :
  154. {
  155. "navigationBarTitleText": "个人信息",
  156. // "navigationStyle": "custom"
  157. "navigationBarBackgroundColor": "#fff"
  158. }
  159. },
  160. {
  161. "path" : "pages/mine/service/address/address",
  162. "style" :
  163. {
  164. "navigationBarTitleText": "地址管理",
  165. // "navigationStyle": "custom"
  166. "navigationBarBackgroundColor": "#fff"
  167. }
  168. },
  169. {
  170. "path" : "pages/mine/service/address/add",
  171. "style" :
  172. {
  173. "navigationBarTitleText": "发货地址",
  174. // "navigationStyle": "custom"
  175. "navigationBarBackgroundColor": "#fff"
  176. }
  177. },
  178. {
  179. "path" : "pages/mine/wallet/add",
  180. "style" :
  181. {
  182. "navigationBarTitleText": "绑定银行卡",
  183. // "navigationStyle": "custom"
  184. "navigationBarBackgroundColor": "#fff"
  185. }
  186. },
  187. {
  188. "path" : "pages/mine/wallet/wallet",
  189. "style" :
  190. {
  191. "navigationBarTitleText": "我的余额",
  192. // "navigationStyle": "custom"
  193. "navigationBarBackgroundColor": "#fff"
  194. }
  195. },
  196. {
  197. "path" : "pages/mine/wallet/withdraw",
  198. "style" :
  199. {
  200. "navigationBarTitleText": "提现",
  201. // "navigationStyle": "custom"
  202. "navigationBarBackgroundColor": "#fff"
  203. }
  204. },
  205. {
  206. "path" : "pages/mine/wallet/bankList",
  207. "style" :
  208. {
  209. "navigationBarTitleText": "提现账号管理",
  210. // "navigationStyle": "custom"
  211. "navigationBarBackgroundColor": "#fff"
  212. }
  213. }
  214. ],
  215. "tabBar": {
  216. "custom": true,
  217. "list": [
  218. {
  219. "pagePath": "pages/tabbar/index/index"
  220. },
  221. {
  222. "pagePath": "pages/tabbar/mine/mine"
  223. }
  224. ]
  225. },
  226. "globalStyle": {
  227. "navigationBarTextStyle": "black",
  228. "navigationBarTitleText": "uni-app",
  229. "navigationBarBackgroundColor": "#F8F8F8",
  230. "backgroundColor": "#F8F8F8"
  231. },
  232. "uniIdRouter": {}
  233. }