pages.json 10 KB

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