pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. // #ifdef MP
  7. "navigationStyle": "custom",
  8. // #endif
  9. // #ifndef MP
  10. "app-plus": {
  11. "titleNView": {
  12. "type": "transparent",
  13. "searchInput": {
  14. "backgroundColor": "rgba(231, 231, 231,.7)",
  15. "borderRadius": "16px",
  16. "placeholder": "请输入关键字",
  17. "disabled": true,
  18. "placeholderColor": "#606266",
  19. "align": "left"
  20. }
  21. // "buttons": [{
  22. // "fontSrc": "/static/yticon.ttf",
  23. // "text": "\ue60d",
  24. // "fontSize": "26",
  25. // "color": "#303133",
  26. // "float": "left",
  27. // "background": "rgba(0,0,0,0)"
  28. // },
  29. // {
  30. // "fontSrc": "/static/yticon.ttf",
  31. // "text": "\ue744",
  32. // "fontSize": "27",
  33. // "color": "#303133",
  34. // "background": "rgba(0,0,0,0)"
  35. // }
  36. // ]
  37. }
  38. },
  39. // #endif
  40. "navigationBarTitleText": "万吉商城"
  41. }
  42. },
  43. {
  44. "path": "pages/index/shopList",
  45. "style": {
  46. "navigationBarTitleText": "公排商品"
  47. }
  48. },
  49. {
  50. "path": "pages/index/sign",
  51. "style": {
  52. "navigationBarTitleText": "每日签到",
  53. "app-plus": {
  54. "titleNView": {
  55. "type": "transparent"
  56. }
  57. }
  58. }
  59. },{
  60. "path": "pages/public/register",
  61. "style": {
  62. "navigationBarTitleText": "注册",
  63. "app-plus": {
  64. "titleNView": {
  65. "type": "transparent"
  66. }
  67. }
  68. }
  69. }, {
  70. "path": "pages/public/login",
  71. "style": {
  72. "navigationBarTitleText": "登录",
  73. "app-plus": {
  74. "titleNView": {
  75. "type": "transparent"
  76. }
  77. }
  78. }
  79. },
  80. {
  81. "path": "pages/public/wxLogin",
  82. "style": {
  83. "navigationBarTitleText": "微信登录",
  84. "app-plus": {
  85. "titleNView": {
  86. "type": "transparent"
  87. }
  88. }
  89. }
  90. },
  91. {
  92. "path": "pages/public/forget",
  93. "style": {
  94. "navigationBarTitleText": "忘记密码",
  95. "app-plus": {
  96. "titleNView": {
  97. "type": "transparent"
  98. }
  99. }
  100. }
  101. },
  102. {
  103. "path": "pages/product/groupBooking/index",
  104. "style": {
  105. "enablePullDownRefresh": true,
  106. "navigationBarTitleText": "超值拼团"
  107. }
  108. },
  109. {
  110. "path": "pages/product/groupBooking/detail",
  111. "style": {
  112. "navigationBarTitleText": "拼团列表",
  113. "app-plus": {
  114. "titleNView": {
  115. "type": "transparent"
  116. }
  117. }
  118. }
  119. },
  120. {
  121. "path": "pages/product/groupBooking/productCollage",//拼团商品
  122. "style": {
  123. "app-plus": {
  124. "titleNView": {
  125. "type": "transparent"
  126. }
  127. },
  128. "navigationBarTitleText":"商品详情"
  129. }
  130. },
  131. {
  132. "path": "pages/product/groupBooking/inviteImg",
  133. "style": {
  134. "navigationBarTitleText": "拼团邀请图",
  135. "app-plus": {
  136. "titleNView": false
  137. }
  138. }
  139. },
  140. {
  141. "path": "pages/product/groupBooking/productGroup",
  142. "style": {
  143. "navigationBarTitleText": "拼团详情展示",
  144. "app-plus": {
  145. "titleNView": {
  146. "type": "transparent"
  147. }
  148. }
  149. }
  150. },
  151. // {
  152. // "path": "pages/product/groupBooking/groupdetails",
  153. // "style": {
  154. // "navigationBarTitleText": "拼团详情",
  155. // "app-plus": {
  156. // "titleNView": false
  157. // }
  158. // }
  159. // },
  160. {
  161. "path": "pages/product/reply",
  162. "style": {
  163. "navigationBarTitleText": "商品评价",
  164. "app-plus": {
  165. "titleNView": {
  166. "type": "transparent"
  167. }
  168. }
  169. }
  170. },
  171. {
  172. "path": "pages/product/product",
  173. "style": {
  174. "navigationBarTitleText": "详情展示",
  175. "app-plus": {
  176. "titleNView": {
  177. "type": "transparent"
  178. }
  179. }
  180. }
  181. },
  182. {
  183. "path": "pages/product/seckill",
  184. "style": {
  185. "navigationBarTitleText": "限时秒杀"
  186. }
  187. },
  188. {
  189. "path": "pages/product/list",
  190. "style": {
  191. "enablePullDownRefresh": true,
  192. "navigationBarTitleText": "商品列表"
  193. }
  194. },
  195. {
  196. "path": "pages/product/search",
  197. "style": {
  198. "enablePullDownRefresh": true,
  199. // #ifdef APP-PLUS
  200. "navigationStyle": "custom",
  201. // #endif
  202. // #ifndef MP || APP-PLUS
  203. "app-plus": {
  204. "titleNView": {
  205. "searchInput": {
  206. "backgroundColor": "rgba(231, 231, 231,.7)",
  207. "borderRadius": "16px",
  208. "placeholder": "请输入关键字",
  209. "disabled": false,
  210. "placeholderColor": "#606266",
  211. "align": "left"
  212. },
  213. "buttons": [{
  214. "text": "搜索",
  215. "fontSize": "14",
  216. "color": "#303133",
  217. "background": "rgba(0,0,0,0)",
  218. "width": "40px"
  219. }]
  220. }
  221. },
  222. // #endif
  223. "navigationBarTitleText": "搜索"
  224. }
  225. },
  226. {
  227. "path": "pages/product/classify",
  228. "style": {
  229. "navigationStyle": "custom",
  230. "app-plus": {
  231. "titleNView": {
  232. "type": "transparent"
  233. }
  234. }
  235. }
  236. },
  237. {
  238. "path": "pages/set/set",
  239. "style": {
  240. "navigationBarTitleText": "设置"
  241. }
  242. },
  243. {
  244. "path": "pages/set/address",
  245. "style": {
  246. "navigationBarTitleText": "收货地址"
  247. }
  248. },
  249. {
  250. "path": "pages/set/addressManage",
  251. "style": {
  252. "navigationBarTitleText": ""
  253. }
  254. },
  255. {
  256. "path": "pages/set/phone",
  257. "style": {
  258. "navigationBarTitleText": "实名认证"
  259. }
  260. },
  261. {
  262. "path": "pages/set/password",
  263. "style": {
  264. "navigationBarTitleText": "修改密码"
  265. }
  266. },
  267. {
  268. "path": "pages/set/userinfo",
  269. "style": {
  270. "navigationBarTitleText": "修改资料"
  271. }
  272. }, {
  273. "path": "pages/cart/cart",
  274. "style": {
  275. "navigationBarTitleText": "购物车"
  276. }
  277. },
  278. {
  279. "path": "pages/user/user",
  280. "style": {
  281. // #ifndef MP-WEIXIN
  282. "navigationStyle": "custom",
  283. // "app-plus": {
  284. // "bounce": "none",
  285. // "titleNView": {
  286. // "type": "transparent",
  287. // "buttons": [{
  288. // "fontSrc": "/static/yticon.ttf",
  289. // "text": "\ue60f",
  290. // "fontSize": "24",
  291. // "color": "#303133",
  292. // "width": "46px",
  293. // "background": "rgba(0,0,0,0)"
  294. // },
  295. // {
  296. // "fontSrc": "/static/yticon.ttf",
  297. // "text": "\ue744",
  298. // "fontSize": "28",
  299. // "color": "#303133",
  300. // "background": "rgba(0,0,0,0)",
  301. // "redDot": true
  302. // }
  303. // ]
  304. // }
  305. // },
  306. // #endif
  307. "navigationBarTitleText": "个人中心"
  308. }
  309. },
  310. {
  311. "path": "pages/user/award",
  312. "style": {
  313. "navigationBarTitleText": "奖励明细",
  314. "app-plus": {
  315. "titleNView": {
  316. "type": "transparent"
  317. }
  318. }
  319. }
  320. },
  321. {
  322. "path": "pages/user/withdrawal",
  323. "style": {
  324. "navigationBarTitleText": "奖励提现"
  325. }
  326. },
  327. {
  328. "path": "pages/user/notice",
  329. "style": {
  330. "navigationBarTitleText": "通知"
  331. }
  332. },
  333. {
  334. "path": "pages/user/favorites",
  335. "style": {
  336. "navigationBarTitleText": "收藏夹"
  337. }
  338. }, {
  339. "path": "pages/user/coupon",
  340. "style": {
  341. "navigationBarTitleText": "我的卡卷"
  342. }
  343. },
  344. {
  345. "path": "pages/user/scoreAccumulate",
  346. "style": {
  347. "navigationBarTitleText": "积分明细"
  348. }
  349. },
  350. {
  351. "path": "pages/order/order",
  352. "style": {
  353. "navigationBarTitleText": "我的订单",
  354. "app-plus": {
  355. "bounce": "none"
  356. }
  357. }
  358. },
  359. {
  360. "path": "pages/order/expressInfo",
  361. "style": {
  362. "navigationBarTitleText": "快递详情"
  363. }
  364. },
  365. {
  366. "path": "pages/order/orderDetail",
  367. "style": {
  368. "navigationBarTitleText": "订单详情",
  369. "app-plus": {
  370. "bounce": "none"
  371. }
  372. }
  373. },
  374. {
  375. "path": "pages/order/evaluate",
  376. "style": {
  377. "navigationBarTitleText": "评论"
  378. }
  379. },
  380. {
  381. "path": "pages/order/orderRefund",
  382. "style": {
  383. "navigationBarTitleText": "申请退款"
  384. }
  385. },
  386. {
  387. "path": "pages/order/createOrder",
  388. "style": {
  389. "navigationBarTitleText": "创建订单"
  390. }
  391. }, {
  392. "path": "pages/money/pay",
  393. "style": {
  394. "navigationBarTitleText": "支付"
  395. }
  396. },
  397. {
  398. "path": "pages/money/paySuccess",
  399. "style": {
  400. "navigationBarTitleText": "支付成功"
  401. }
  402. },
  403. {
  404. "path": "pages/money/wallet",
  405. "style": {
  406. "navigationBarTitleText": "我的钱包",
  407. "app-plus": {
  408. "titleNView": {
  409. "type": "transparent"
  410. }
  411. }
  412. }
  413. },
  414. {
  415. "path": "pages/money/account",
  416. "style": {
  417. "navigationBarTitleText": "提现账号"
  418. }
  419. },
  420. {
  421. "path": "pages/money/withdrawal",
  422. "style": {
  423. "navigationBarTitleText": "提现"
  424. }
  425. },
  426. {
  427. "path": "pages/money/recharge",
  428. "style": {
  429. "navigationBarTitleText": "充值"
  430. }
  431. },
  432. {
  433. "path": "pages/category/category",
  434. "style": {
  435. // #ifdef APP-PLUS
  436. "navigationStyle": "custom",
  437. // #endif
  438. // #ifndef MP
  439. "app-plus": {
  440. "bounce": "none",
  441. "titleNView": {
  442. "searchInput": {
  443. "backgroundColor": "rgba(231, 231, 231,.7)",
  444. "borderRadius": "16px",
  445. "placeholder": "商品搜索",
  446. "disabled": true,
  447. "placeholderColor": "#606266",
  448. "align": "left"
  449. }
  450. }
  451. },
  452. // #endif
  453. "navigationBarTitleText": "分类"
  454. }
  455. },
  456. {
  457. "path": "pages/redirect/redirect",
  458. "style": {
  459. "navigationBarTitleText": "微信登录跳转页面",
  460. "app-plus": {
  461. "titleNView": false
  462. }
  463. }
  464. },
  465. {
  466. "path": "pages/user/shareQrCode",
  467. "style": {
  468. "navigationBarTitleText": "邀请好友"
  469. }
  470. }
  471. ],
  472. "subPackages": [
  473. {
  474. "root": "pages/activity",
  475. "name": "activity",
  476. "pages":[{
  477. "path": "goods_bargain/index",
  478. "style": {
  479. "navigationStyle": "custom"
  480. // #ifdef MP
  481. ,"navigationBarTextStyle": "#fff"
  482. // #endif
  483. }
  484. },
  485. {
  486. "path": "goods_bargain_details/index",
  487. "style": {
  488. "navigationStyle": "custom"
  489. // #ifdef MP
  490. ,"navigationBarTextStyle": "#fff"
  491. // #endif
  492. }
  493. },
  494. {
  495. "path": "bargain/index",
  496. "style": {
  497. "navigationBarTitleText": "砍价记录"
  498. }
  499. }
  500. ]
  501. }
  502. ],
  503. "globalStyle": {
  504. "navigationBarTextStyle": "black",
  505. "navigationBarTitleText": "uni-app",
  506. "navigationBarBackgroundColor": "#FFFFFF",
  507. "backgroundColor": "#f8f8f8"
  508. },
  509. "tabBar": {
  510. "color": "#C0C4CC",
  511. "selectedColor": "#5DBC7C",
  512. "borderStyle": "black",
  513. "backgroundColor": "#ffffff",
  514. "list": [{
  515. "pagePath": "pages/index/index",
  516. "iconPath": "static/tabBar/tab-home.png",
  517. "selectedIconPath": "static/tabBar/tab-home-current.png",
  518. "text": "首页"
  519. },
  520. {
  521. "pagePath": "pages/category/category",
  522. "iconPath": "static/tabBar/tab-cate.png",
  523. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  524. "text": "分类"
  525. },
  526. {
  527. "pagePath": "pages/cart/cart",
  528. "iconPath": "static/tabBar/tab-cart.png",
  529. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  530. "text": "购物车"
  531. },
  532. {
  533. "pagePath": "pages/user/user",
  534. "iconPath": "static/tabBar/tab-my.png",
  535. "selectedIconPath": "static/tabBar/tab-my-current.png",
  536. "text": "我的"
  537. }
  538. ]
  539. }
  540. }