pages.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "挺酒",
  9. "app-plus": {
  10. "titleNView": {
  11. "type": "transparent"
  12. }
  13. }
  14. }
  15. },
  16. {
  17. "path": "pages/index/artDetail",
  18. "style": {
  19. "navigationBarTitleText": "文章详情"
  20. }
  21. },
  22. {
  23. "path": "pages/index/artlist",
  24. "style": {
  25. "navigationBarTitleText": "系统公告"
  26. }
  27. },
  28. {
  29. "path": "pages/public/register",
  30. "style": {
  31. "navigationBarTitleText": "注册"
  32. }
  33. }, {
  34. "path": "pages/public/login",
  35. "style": {
  36. "navigationBarTitleText": "登录",
  37. "app-plus": {
  38. "titleNView": {
  39. "type": "transparent"
  40. }
  41. }
  42. }
  43. },
  44. {
  45. "path": "pages/public/wxLogin",
  46. "style": {
  47. "navigationBarTitleText": "微信登录",
  48. "app-plus": {
  49. "titleNView": {
  50. "type": "transparent"
  51. }
  52. }
  53. }
  54. },
  55. {
  56. "path": "pages/public/forget",
  57. "style": {
  58. "navigationBarTitleText": "修改密码"
  59. }
  60. },
  61. {
  62. "path": "pages/product/reply",
  63. "style": {
  64. "navigationBarTitleText": "商品评价",
  65. "app-plus": {
  66. "titleNView": {
  67. "type": "transparent"
  68. }
  69. }
  70. }
  71. },
  72. {
  73. "path": "pages/product/product",
  74. "style": {
  75. "navigationBarTitleText": "详情展示",
  76. "app-plus": {
  77. "titleNView": {
  78. "type": "transparent"
  79. }
  80. }
  81. }
  82. },
  83. {
  84. "path": "pages/product/list",
  85. "style": {
  86. "enablePullDownRefresh": true,
  87. "navigationBarTitleText": "商品列表"
  88. }
  89. },
  90. {
  91. "path": "pages/product/classify",
  92. "style": {
  93. "navigationBarTitleText": "礼包专区"
  94. }
  95. },
  96. {
  97. "path": "pages/product/search",
  98. "style": {
  99. "enablePullDownRefresh": true,
  100. // #ifdef APP-PLUS
  101. "navigationStyle": "custom",
  102. // #endif
  103. // #ifndef MP || APP-PLUS
  104. "app-plus": {
  105. "titleNView": {
  106. "searchInput": {
  107. "backgroundColor": "rgba(231, 231, 231,.7)",
  108. "borderRadius": "16px",
  109. "placeholder": "请输入关键字",
  110. "disabled": false,
  111. "placeholderColor": "#606266",
  112. "align": "left"
  113. },
  114. "buttons": [{
  115. "text": "搜索",
  116. "fontSize": "14",
  117. "color": "#303133",
  118. "background": "rgba(0,0,0,0)",
  119. "width": "40px"
  120. }]
  121. }
  122. },
  123. // #endif
  124. "navigationBarTitleText": "搜索"
  125. }
  126. },
  127. // {
  128. // "path": "pages/set/set",
  129. // "style": {
  130. // "navigationBarTitleText": "设置"
  131. // }
  132. // },
  133. {
  134. "path": "pages/set/address",
  135. "style": {
  136. "navigationBarTitleText": "收货地址"
  137. }
  138. },
  139. {
  140. "path": "pages/set/addressManage",
  141. "style": {
  142. "navigationBarTitleText": ""
  143. }
  144. },
  145. // {
  146. // "path": "pages/set/password",
  147. // "style": {
  148. // "navigationBarTitleText": "修改密码"
  149. // }
  150. // },
  151. {
  152. "path": "pages/set/userinfo",
  153. "style": {
  154. "navigationBarTitleText": "修改资料"
  155. }
  156. }, {
  157. "path": "pages/cart/cart",
  158. "style": {
  159. "navigationBarTitleText": "购物车"
  160. }
  161. },
  162. {
  163. "path": "pages/user/user",
  164. "style": {
  165. // #ifndef MP-WEIXIN
  166. "navigationStyle": "custom",
  167. // #endif
  168. "navigationBarTitleText": "个人中心"
  169. }
  170. },
  171. {
  172. "path": "pages/user/jf",
  173. "style": {
  174. // #ifndef MP-WEIXIN
  175. "navigationStyle": "custom",
  176. // #endif
  177. "navigationBarTitleText": "我的积分"
  178. }
  179. },
  180. {
  181. "path": "pages/user/yue",
  182. "style": {
  183. "navigationBarTitleText": "我的钱包",
  184. "navigationBarBackgroundColor": "#ff4c4c",
  185. "navigationBarTextStyle": "white"
  186. }
  187. },
  188. {
  189. "path": "pages/user/yjzye",
  190. "style": {
  191. "navigationBarTitleText": "佣金转余额"
  192. }
  193. },
  194. {
  195. "path": "pages/user/award",
  196. "style": {
  197. "navigationBarTitleText": "",
  198. "navigationStyle": "custom",
  199. "app-plus": {
  200. "titleNView": {
  201. "type": "transparent"
  202. }
  203. }
  204. }
  205. },
  206. {
  207. "path": "pages/user/withdrawal",
  208. "style": {
  209. "navigationBarTitleText": "奖励提现"
  210. }
  211. },
  212. // {
  213. // "path": "pages/user/favorites",
  214. // "style": {
  215. // "navigationBarTitleText": "收藏夹"
  216. // }
  217. // },
  218. {
  219. "path": "pages/order/order",
  220. "style": {
  221. "navigationBarTitleText": "我的订单",
  222. "app-plus": {
  223. "bounce": "none"
  224. }
  225. }
  226. },
  227. {
  228. "path": "pages/order/expressInfo",
  229. "style": {
  230. "navigationBarTitleText": "快递详情"
  231. }
  232. },
  233. {
  234. "path": "pages/order/orderDetail",
  235. "style": {
  236. "navigationBarTitleText": "订单详情",
  237. "app-plus": {
  238. "bounce": "none"
  239. }
  240. }
  241. },
  242. {
  243. "path": "pages/order/evaluate",
  244. "style": {
  245. "navigationBarTitleText": "评论"
  246. }
  247. },
  248. {
  249. "path": "pages/order/orderRefund",
  250. "style": {
  251. "navigationBarTitleText": "申请退款"
  252. }
  253. },
  254. {
  255. "path": "pages/order/createOrder",
  256. "style": {
  257. "navigationBarTitleText": "创建订单"
  258. }
  259. }, {
  260. "path": "pages/money/pay",
  261. "style": {
  262. "navigationBarTitleText": "支付"
  263. }
  264. },
  265. {
  266. "path": "pages/money/paySuccess",
  267. "style": {
  268. "navigationBarTitleText": "支付成功"
  269. }
  270. },
  271. {
  272. "path": "pages/money/wallet",
  273. "style": {
  274. "navigationBarTitleText": "转账"
  275. }
  276. },
  277. {
  278. "path": "pages/money/recharge",
  279. "style": {
  280. "navigationBarTitleText": "充值"
  281. }
  282. },
  283. {
  284. "path": "pages/category/category",
  285. "style": {
  286. // #ifdef APP-PLUS
  287. "navigationStyle": "custom",
  288. // #endif
  289. // #ifndef MP
  290. "app-plus": {
  291. "bounce": "none",
  292. "titleNView": {
  293. "searchInput": {
  294. "backgroundColor": "rgba(231, 231, 231,.7)",
  295. "borderRadius": "16px",
  296. "placeholder": "商品搜索",
  297. "disabled": true,
  298. "placeholderColor": "#606266",
  299. "align": "left"
  300. }
  301. }
  302. },
  303. // #endif
  304. "navigationBarTitleText": "分类"
  305. }
  306. },
  307. {
  308. "path": "pages/redirect/redirect",
  309. "style": {
  310. "navigationBarTitleText": "微信登录跳转页面",
  311. "app-plus": {
  312. "titleNView": false
  313. }
  314. }
  315. },
  316. {
  317. "path": "pages/user/shareQrCode",
  318. "style": {
  319. "navigationBarTitleText": "邀请好友"
  320. }
  321. },
  322. {
  323. "path": "pages/user/consumption",
  324. "style": {
  325. // #ifndef MP-WEIXIN
  326. "navigationStyle": "custom",
  327. // #endif
  328. "navigationBarTitleText": "消费额度"
  329. }
  330. },
  331. {
  332. "path": "pages/user/team",
  333. "style": {
  334. "navigationBarTitleText": "我的推广",
  335. "navigationStyle": "custom"
  336. }
  337. }
  338. ],
  339. "globalStyle": {
  340. "navigationBarTextStyle": "black",
  341. "navigationBarTitleText": "华景美业",
  342. "navigationBarBackgroundColor": "#FFFFFF",
  343. "backgroundColor": "#f8f8f8"
  344. },
  345. "tabBar": {
  346. "color": "#999999",
  347. "selectedColor": "#363F5B",
  348. "borderStyle": "black",
  349. "backgroundColor": "#ffffff",
  350. "list": [{
  351. "pagePath": "pages/index/index",
  352. "iconPath": "static/tabBar/home.png",
  353. "selectedIconPath": "static/tabBar/home-action.png",
  354. "text": "首页"
  355. },
  356. {
  357. "pagePath": "pages/category/category",
  358. "iconPath": "static/tabBar/cate.png",
  359. "selectedIconPath": "static/tabBar/cate-action.png",
  360. "text": "分类"
  361. },
  362. {
  363. "pagePath": "pages/cart/cart",
  364. "iconPath": "static/tabBar/cart.png",
  365. "selectedIconPath": "static/tabBar/cart-action.png",
  366. "text": "购物车"
  367. },
  368. {
  369. "pagePath": "pages/user/user",
  370. "iconPath": "static/tabBar/user.png",
  371. "selectedIconPath": "static/tabBar/user-action.png",
  372. "text": "我的"
  373. }
  374. ]
  375. }
  376. }