pages.json 10.0 KB

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