pages.json 11 KB

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