pages.json 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. // #ifdef H5
  6. "navigationStyle": "custom",
  7. // #endif
  8. "app-plus": {
  9. "titleNView": {
  10. "type": "default",
  11. "searchInput": {
  12. "backgroundColor": "#ffffff",
  13. "borderRadius": "16px",
  14. "placeholder": "请输入关键字",
  15. "disabled": true,
  16. "placeholderColor": "#B5B5B5",
  17. "align": "center"
  18. }
  19. }
  20. },
  21. "navigationBarTitleText": "和合商城",
  22. "navigationBarBackgroundColor": "#0fc8e4",
  23. "navigationBarTextStyle": "white",
  24. "enablePullDownRefresh": true
  25. }
  26. },
  27. {
  28. "path": "pages/public/register",
  29. "style": {
  30. "navigationBarTitleText": "注册",
  31. "app-plus": {
  32. "titleNView": {
  33. "type": "transparent"
  34. }
  35. }
  36. }
  37. }, {
  38. "path": "pages/public/login",
  39. "style": {
  40. "navigationBarTitleText": "登录",
  41. "app-plus": {
  42. "titleNView": {
  43. "type": "transparent"
  44. }
  45. }
  46. }
  47. },
  48. {
  49. "path": "pages/user/about",
  50. "style": {
  51. "navigationBarTitleText": "关于我们"
  52. }
  53. },
  54. {
  55. "path": "pages/public/wxLogin",
  56. "style": {
  57. "navigationBarTitleText": "微信登录",
  58. "app-plus": {
  59. "titleNView": {
  60. "type": "transparent"
  61. }
  62. }
  63. }
  64. },
  65. {
  66. "path": "pages/user/team",
  67. "style": {
  68. "navigationBarTitleText": "我的推广",
  69. "app-plus": {
  70. "titleNView": false
  71. }
  72. }
  73. },
  74. {
  75. "path": "pages/money/success",
  76. "style": {
  77. "navigationBarTitleText": "提交成功"
  78. }
  79. },
  80. {
  81. "path": "pages/index/vip",
  82. "style": {
  83. "navigationBarTitleText": "会员礼包"
  84. }
  85. },
  86. {
  87. "path": "pages/set/phone",
  88. "style": {
  89. "navigationBarTitleText": "绑定手机"
  90. }
  91. },
  92. {
  93. "path": "pages/category/articleList",
  94. "style": {
  95. "navigationBarTitleText": "最新资讯"
  96. }
  97. },
  98. {
  99. "path": "pages/category/flList",
  100. "style": {
  101. "navigationBarTitleText": "资讯列表"
  102. }
  103. },
  104. {
  105. "path": "pages/category/detail",
  106. "style": {
  107. "navigationBarTitleText": "详情"
  108. }
  109. },
  110. {
  111. "path": "pages/public/forget",
  112. "style": {
  113. "navigationBarTitleText": "忘记密码",
  114. "app-plus": {
  115. "titleNView": {
  116. "type": "transparent"
  117. }
  118. }
  119. }
  120. },
  121. {
  122. "path": "pages/product/reply",
  123. "style": {
  124. "navigationBarTitleText": "商品评价",
  125. "app-plus": {
  126. "titleNView": {
  127. "type": "transparent"
  128. }
  129. }
  130. }
  131. },
  132. {
  133. "path": "pages/product/product",
  134. "style": {
  135. "navigationBarTitleText": "详情展示",
  136. "app-plus": {
  137. "titleNView": {
  138. "type": "transparent"
  139. }
  140. }
  141. }
  142. },
  143. {
  144. "path": "pages/product/vipProduct",
  145. "style": {
  146. "navigationBarTitleText": "详情展示",
  147. "app-plus": {
  148. "titleNView": {
  149. "type": "transparent"
  150. }
  151. }
  152. }
  153. },
  154. {
  155. "path": "pages/product/list",
  156. "style": {
  157. "enablePullDownRefresh": true,
  158. "navigationBarTitleText": "商品列表"
  159. }
  160. },
  161. {
  162. "path": "pages/product/search",
  163. "style": {
  164. "enablePullDownRefresh": true,
  165. // #ifdef APP-PLUS
  166. "navigationStyle": "custom",
  167. // #endif
  168. // #ifndef MP || APP-PLUS
  169. "app-plus": {
  170. "titleNView": {
  171. "searchInput": {
  172. "backgroundColor": "rgba(231, 231, 231,.7)",
  173. "borderRadius": "16px",
  174. "placeholder": "请输入关键字",
  175. "disabled": false,
  176. "placeholderColor": "#606266",
  177. "align": "left"
  178. },
  179. "buttons": [{
  180. "text": "搜索",
  181. "fontSize": "14",
  182. "color": "#303133",
  183. "background": "rgba(0,0,0,0)",
  184. "width": "40px"
  185. }]
  186. }
  187. },
  188. // #endif
  189. "navigationBarTitleText": "搜索"
  190. }
  191. },
  192. {
  193. "path": "pages/contract/privacy",
  194. "style": {
  195. "navigationBarTitleText": "隐私政策"
  196. }
  197. },
  198. {
  199. "path": "pages/contract/start",
  200. "style": {
  201. "navigationBarTitleText": "温馨提示"
  202. }
  203. },
  204. {
  205. "path": "pages/contract/agreement",
  206. "style": {
  207. "navigationBarTitleText": "会员协议"
  208. }
  209. },
  210. {
  211. "path": "pages/product/classify",
  212. "style": {
  213. "navigationStyle": "custom",
  214. "app-plus": {
  215. "titleNView": {
  216. "type": "transparent"
  217. }
  218. }
  219. }
  220. },
  221. {
  222. "path": "pages/set/set",
  223. "style": {
  224. "navigationBarTitleText": "设置"
  225. }
  226. },
  227. {
  228. "path": "pages/set/address",
  229. "style": {
  230. "navigationBarTitleText": "收货地址"
  231. }
  232. },
  233. {
  234. "path": "pages/set/addressManage",
  235. "style": {
  236. "navigationBarTitleText": ""
  237. }
  238. },
  239. {
  240. "path": "pages/set/password",
  241. "style": {
  242. "navigationBarTitleText": "修改密码"
  243. }
  244. },
  245. {
  246. "path": "pages/set/userinfo",
  247. "style": {
  248. "navigationBarTitleText": "修改资料"
  249. }
  250. }, {
  251. "path": "pages/cart/cart",
  252. "style": {
  253. "navigationBarTitleText": "购物车"
  254. }
  255. },
  256. {
  257. "path": "pages/user/user",
  258. "style": {
  259. // #ifndef MP-WEIXIN
  260. "navigationStyle": "custom",
  261. // "app-plus": {
  262. // "bounce": "none",
  263. // "titleNView": {
  264. // "type": "transparent",
  265. // "buttons": [{
  266. // "fontSrc": "/static/yticon.ttf",
  267. // "text": "\ue60f",
  268. // "fontSize": "24",
  269. // "color": "#303133",
  270. // "width": "46px",
  271. // "background": "rgba(0,0,0,0)"
  272. // },
  273. // {
  274. // "fontSrc": "/static/yticon.ttf",
  275. // "text": "\ue744",
  276. // "fontSize": "28",
  277. // "color": "#303133",
  278. // "background": "rgba(0,0,0,0)",
  279. // "redDot": true
  280. // }
  281. // ]
  282. // }
  283. // },
  284. // #endif
  285. "navigationBarTitleText": "个人中心"
  286. }
  287. },
  288. {
  289. "path": "pages/user/award",
  290. "style": {
  291. "navigationBarTitleText": "我的余额",
  292. "app-plus": {
  293. "titleNView": false
  294. }
  295. }
  296. },
  297. {
  298. "path": "pages/user/favorites",
  299. "style": {
  300. "navigationBarTitleText": "收藏夹"
  301. }
  302. },
  303. {
  304. "path": "pages/order/order",
  305. "style": {
  306. "navigationBarTitleText": "我的订单",
  307. "app-plus": {
  308. "bounce": "none"
  309. }
  310. }
  311. },
  312. {
  313. "path": "pages/order/expressInfo",
  314. "style": {
  315. "navigationBarTitleText": "快递详情"
  316. }
  317. },
  318. {
  319. "path": "pages/order/orderDetail",
  320. "style": {
  321. "navigationBarTitleText": "订单详情",
  322. "app-plus": {
  323. "bounce": "none"
  324. }
  325. }
  326. },
  327. {
  328. "path": "pages/order/evaluate",
  329. "style": {
  330. "navigationBarTitleText": "评论"
  331. }
  332. },
  333. {
  334. "path": "pages/order/orderRefund",
  335. "style": {
  336. "navigationBarTitleText": "申请退款"
  337. }
  338. },
  339. {
  340. "path": "pages/collection/collection",
  341. "style": {
  342. "navigationBarTitleText": "账户管理"
  343. }
  344. },
  345. {
  346. "path": "pages/collection/bank",
  347. "style": {
  348. "navigationBarTitleText": "添加银行卡"
  349. }
  350. },
  351. {
  352. "path": "pages/collection/zfb",
  353. "style": {
  354. "navigationBarTitleText": "添加支付宝"
  355. }
  356. },
  357. {
  358. "path": "pages/collection/wx",
  359. "style": {
  360. "navigationBarTitleText": "添加微信"
  361. }
  362. },
  363. {
  364. "path": "pages/order/createOrder",
  365. "style": {
  366. "navigationBarTitleText": "创建订单"
  367. }
  368. }, {
  369. "path": "pages/money/pay",
  370. "style": {
  371. "navigationBarTitleText": "支付"
  372. }
  373. },
  374. {
  375. "path": "pages/money/paySuccess",
  376. "style": {
  377. "navigationBarTitleText": "支付成功"
  378. }
  379. },
  380. {
  381. "path": "pages/money/wallet",
  382. "style": {
  383. "navigationBarTitleText": "我的佣金",
  384. "app-plus": {
  385. "titleNView": false
  386. }
  387. }
  388. },
  389. {
  390. "path": "pages/money/integral",
  391. "style": {
  392. "navigationBarTitleText": "我的消费补贴券",
  393. "app-plus": {
  394. "titleNView": false
  395. }
  396. }
  397. },
  398. {
  399. "path": "pages/money/xfIntegral",
  400. "style": {
  401. "navigationBarTitleText": "我的消费补贴券",
  402. "app-plus": {
  403. "titleNView": false
  404. }
  405. }
  406. },
  407. {
  408. "path": "pages/money/account",
  409. "style": {
  410. "navigationBarTitleText": "提现账号"
  411. }
  412. },
  413. {
  414. "path": "pages/money/withdrawal",
  415. "style": {
  416. "navigationBarTitleText": "提现"
  417. }
  418. },
  419. {
  420. "path": "pages/money/recharge",
  421. "style": {
  422. "navigationBarTitleText": "充值"
  423. }
  424. },
  425. {
  426. "path": "pages/category/category",
  427. "style": {
  428. "navigationBarTitleText": "分类"
  429. }
  430. },
  431. {
  432. "path": "pages/redirect/redirect",
  433. "style": {
  434. "navigationBarTitleText": "微信登录跳转页面",
  435. "app-plus": {
  436. "titleNView": false
  437. }
  438. }
  439. },
  440. {
  441. "path": "pages/user/shareQrCode",
  442. "style": {
  443. "navigationBarTitleText": "邀请好友"
  444. }
  445. }
  446. ],
  447. "globalStyle": {
  448. "navigationBarTextStyle": "black",
  449. "navigationBarTitleText": "uni-app",
  450. "navigationBarBackgroundColor": "#FFFFFF",
  451. "backgroundColor": "#f8f8f8"
  452. },
  453. "tabBar": {
  454. "color": "#C0C4CC",
  455. "selectedColor": "#5ad5eb",
  456. "borderStyle": "black",
  457. "backgroundColor": "#ffffff",
  458. "list": [{
  459. "pagePath": "pages/index/index",
  460. "iconPath": "static/tabBar/tab-home.png",
  461. "selectedIconPath": "static/tabBar/tab-home-current.png",
  462. "text": "首页"
  463. },
  464. {
  465. "pagePath": "pages/category/category",
  466. "iconPath": "static/tabBar/tab-cate.png",
  467. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  468. "text": "分类"
  469. },
  470. {
  471. "pagePath": "pages/cart/cart",
  472. "iconPath": "static/tabBar/tab-cart.png",
  473. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  474. "text": "购物车"
  475. },
  476. {
  477. "pagePath": "pages/user/user",
  478. "iconPath": "static/tabBar/tab-my.png",
  479. "selectedIconPath": "static/tabBar/tab-my-current.png",
  480. "text": "我的"
  481. }
  482. ]
  483. }
  484. }