You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

260 lines
5.5 KiB

1 year ago
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path" : "pages/home/home",
  8. "style" :
  9. {
  10. "navigationBarTitleText" : "%nav.home%"
  11. }
  12. },
  13. {
  14. "path" : "pages/login/login",
  15. "style" :
  16. {
  17. "navigationBarTitleText" : "%nav.login%",
  18. "enablePullDownRefresh" : false
  19. }
  20. },
  21. {
  22. "path": "pages/index/index"
  23. },
  24. {
  25. "path" : "pages/register/register",
  26. "style" :
  27. {
  28. "navigationBarTitleText" : "%nav.register%",
  29. "enablePullDownRefresh" : false
  30. }
  31. },
  32. {
  33. "path" : "pages/order/order",
  34. "style" :
  35. {
  36. "navigationBarTitleText" : "%nav.order%",
  37. "enablePullDownRefresh" : false
  38. }
  39. },
  40. {
  41. "path" : "pages/user/user",
  42. "style" :
  43. {
  44. "navigationBarTitleText" : "%nav.user.center%",
  45. "enablePullDownRefresh" : false
  46. }
  47. },
  48. {
  49. "path" : "pages/cart/cart",
  50. "style" :
  51. {
  52. "navigationBarTitleText" : "%nav.cart%",
  53. "enablePullDownRefresh" : false
  54. }
  55. },
  56. {
  57. "path" : "pages/user/address/address",
  58. "style" :
  59. {
  60. "navigationBarTitleText" : "%nav.address%",
  61. "enablePullDownRefresh" : false
  62. }
  63. },
  64. {
  65. "path" : "pages/user/address/addAddres",
  66. "style" :
  67. {
  68. "navigationBarTitleText" : "%nav.edit.address%",
  69. "enablePullDownRefresh" : false
  70. }
  71. },
  72. {
  73. "path" : "pages/user/bankCart/bankCart",
  74. "style" :
  75. {
  76. "navigationBarTitleText" : "%nav.bank.card%",
  77. "enablePullDownRefresh" : false
  78. }
  79. },
  80. {
  81. "path" : "pages/productDetail/productDetail",
  82. "style" :
  83. {
  84. "navigationBarTitleText" : "%nav.product.details%",
  85. "enablePullDownRefresh" : false
  86. }
  87. },
  88. {
  89. "path" : "pages/search/search",
  90. "style" :
  91. {
  92. "navigationBarTitleText" : "%nav.search%",
  93. "enablePullDownRefresh" : false
  94. }
  95. },
  96. {
  97. "path" : "pages/payOrder/payOrder",
  98. "style" :
  99. {
  100. "navigationBarTitleText" : "%nav.unpaid%",
  101. "enablePullDownRefresh" : false
  102. }
  103. },
  104. {
  105. "path" : "pages/productDetail/payOrder/payOrder",
  106. "style" :
  107. {
  108. "navigationBarTitleText" : "%nav.unpaid%",
  109. "enablePullDownRefresh" : false
  110. }
  111. },
  112. {
  113. "path" : "pages/collect/collect",
  114. "style" :
  115. {
  116. "navigationBarTitleText" : "%nav.collect%",
  117. "enablePullDownRefresh" : false
  118. }
  119. },
  120. {
  121. "path" : "pages/balance/balance",
  122. "style" :
  123. {
  124. "navigationBarTitleText" : "%nav.balance.detail%",
  125. "enablePullDownRefresh" : false
  126. }
  127. },
  128. {
  129. "path" : "pages/orderDetail/orderDetail",
  130. "style" :
  131. {
  132. "navigationBarTitleText" : "%nav.order.detail%",
  133. "enablePullDownRefresh" : false
  134. }
  135. },
  136. {
  137. "path" : "pages/repurchase/repurchase",
  138. "style" :
  139. {
  140. "navigationBarTitleText" : "%nav.repurchase%",
  141. "enablePullDownRefresh" : false
  142. }
  143. },
  144. {
  145. "path" : "pages/user/bankCart/editBankCart",
  146. "style" :
  147. {
  148. "navigationBarTitleText" : "%nav.bank.card%",
  149. "enablePullDownRefresh" : false
  150. }
  151. },
  152. {
  153. "path" : "pages/user/walletRecharge/walletRecharge",
  154. "style" :
  155. {
  156. "navigationBarTitleText" : "%nav.wallet.recharge%",
  157. "enablePullDownRefresh" : false
  158. }
  159. },
  160. {
  161. "path" : "pages/user/IdentityAuthentication/IdentityAuthentication",
  162. "style" :
  163. {
  164. "navigationBarTitleText" : "%nav.real.name.authentication%",
  165. "enablePullDownRefresh" : false
  166. }
  167. },
  168. {
  169. "path" : "pages/user/bankCardWithdrawal/bankCardWithdrawal",
  170. "style" :
  171. {
  172. "navigationBarTitleText" : "%nav.bank.card%",
  173. "enablePullDownRefresh" : false
  174. }
  175. },
  176. {
  177. "path" : "pages/setting/setting",
  178. "style" :
  179. {
  180. "navigationBarTitleText" : "%nav.setting%",
  181. "enablePullDownRefresh" : false
  182. }
  183. },
  184. {
  185. "path" : "pages/setting/updatePassword",
  186. "style" :
  187. {
  188. "navigationBarTitleText" : "%nav.update.password%",
  189. "enablePullDownRefresh" : false
  190. }
  191. },
  192. {
  193. "path" : "pages/setting/updatePayPassword",
  194. "style" :
  195. {
  196. "navigationBarTitleText" : "%nav.change.payment.password%",
  197. "enablePullDownRefresh" : false
  198. }
  199. },
  200. {
  201. "path" : "pages/productDetail/successTransaction/successTransaction",
  202. "style" :
  203. {
  204. "navigationBarTitleText" : "%nav.successful.transaction%",
  205. "enablePullDownRefresh" : false
  206. }
  207. },
  208. {
  209. "path" : "pages/login/contactCustomerService",
  210. "style" :
  211. {
  212. "navigationBarTitleText" : "%nav.register%",
  213. "enablePullDownRefresh" : false
  214. }
  215. },
  216. {
  217. "path" : "pages/productList/productList",
  218. "style" :
  219. {
  220. "navigationBarTitleText" : "%nav.product.list%",
  221. "enablePullDownRefresh" : false
  222. }
  223. }
  224. ],
  225. "globalStyle": {
  226. "navigationBarTextStyle": "black",
  227. "navigationBarTitleText": "uni-app",
  228. "navigationBarBackgroundColor": "#F8F8F8",
  229. "backgroundColor": "#F8F8F8",
  230. "navigationStyle":"custom"
  231. },
  232. "uniIdRouter": {},
  233. "tabBar": {
  234. "backgroundColor": "white",
  235. "selectedColor": "#cd0000",
  236. "list": [
  237. {
  238. "selectedIconPath": "/static/tabbar/2.png",
  239. "iconPath": "/static/tabbar/1.png",
  240. "pagePath": "pages/home/home",
  241. "text": "%tabbar.title.1%"
  242. },{
  243. "selectedIconPath": "/static/tabbar/4.png",
  244. "iconPath": "/static/tabbar/3.png",
  245. "pagePath": "pages/cart/cart",
  246. "text": "%tabbar.title.2%"
  247. },{
  248. "selectedIconPath": "/static/tabbar/6.png",
  249. "iconPath": "/static/tabbar/5.png",
  250. "pagePath": "pages/order/order",
  251. "text": "%tabbar.title.3%"
  252. },{
  253. "selectedIconPath": "static/tabbar/8.png",
  254. "iconPath": "static/tabbar/7.png",
  255. "pagePath": "pages/user/user",
  256. "text": "%tabbar.title.4%"
  257. }
  258. ]
  259. }
  260. }