pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  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/public/register",
  45. "style": {
  46. "navigationBarTitleText": "注册",
  47. "app-plus": {
  48. "titleNView": {
  49. "type": "transparent"
  50. }
  51. }
  52. }
  53. }, {
  54. "path": "pages/public/login",
  55. "style": {
  56. "navigationBarTitleText": "登录",
  57. "app-plus": {
  58. "titleNView": {
  59. "type": "transparent"
  60. }
  61. }
  62. }
  63. },
  64. {
  65. "path": "pages/public/wxLogin",
  66. "style": {
  67. "navigationBarTitleText": "微信登录",
  68. "app-plus": {
  69. "titleNView": {
  70. "type": "transparent"
  71. }
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/public/forget",
  77. "style": {
  78. "navigationBarTitleText": "忘记密码",
  79. "app-plus": {
  80. "titleNView": {
  81. "type": "transparent"
  82. }
  83. }
  84. }
  85. },
  86. {
  87. "path": "pages/product/newPeople",
  88. "style": {
  89. "navigationBarTitleText": "新人专区"
  90. }
  91. },
  92. {
  93. "path": "pages/product/exchange",
  94. "style": {
  95. "navigationBarBackgroundColor": "transparent",
  96. "navigationBarTextStyle": "white",
  97. "app-plus": {
  98. "titleNView": {
  99. "type": "float",
  100. "titleText": "兑换专区"
  101. }
  102. }
  103. }
  104. },
  105. {
  106. "path": "pages/product/jindouProduct",
  107. "style": {
  108. "navigationBarBackgroundColor": "transparent",
  109. "navigationBarTextStyle": "white",
  110. "app-plus": {
  111. "titleNView": {
  112. "type": "float",
  113. "titleText": "金豆专区"
  114. }
  115. }
  116. }
  117. },
  118. {
  119. "path": "pages/product/store",
  120. "style": {
  121. "navigationBarTitleText": "附近门店"
  122. }
  123. },
  124. {
  125. "path": "pages/money/moneyPwd",
  126. "style": {
  127. "navigationBarTitleText": "支付密码"
  128. }
  129. },
  130. {
  131. "path": "pages/category/vip",
  132. "style": {
  133. "navigationBarTitleText": "开通会员",
  134. "app-plus": {
  135. "titleNView": false
  136. }
  137. }
  138. },
  139. {
  140. "path": "pages/product/reply",
  141. "style": {
  142. "navigationBarTitleText": "商品评价",
  143. "app-plus": {
  144. "titleNView": {
  145. "type": "transparent"
  146. }
  147. }
  148. }
  149. },
  150. {
  151. "path": "pages/product/product",
  152. "style": {
  153. "navigationBarTitleText": "详情展示",
  154. "app-plus": {
  155. "titleNView": {
  156. "type": "transparent"
  157. }
  158. }
  159. }
  160. },
  161. {
  162. "path": "pages/product/list",
  163. "style": {
  164. "enablePullDownRefresh": true,
  165. "navigationBarTitleText": "商品列表"
  166. }
  167. },
  168. {
  169. "path": "pages/product/search",
  170. "style": {
  171. "enablePullDownRefresh": true,
  172. // #ifdef APP-PLUS
  173. "navigationStyle": "custom",
  174. // #endif
  175. // #ifndef MP || APP-PLUS
  176. "app-plus": {
  177. "titleNView": {
  178. "searchInput": {
  179. "backgroundColor": "rgba(231, 231, 231,.7)",
  180. "borderRadius": "16px",
  181. "placeholder": "请输入关键字",
  182. "disabled": false,
  183. "placeholderColor": "#606266",
  184. "align": "left"
  185. },
  186. "buttons": [{
  187. "text": "搜索",
  188. "fontSize": "14",
  189. "color": "#303133",
  190. "background": "rgba(0,0,0,0)",
  191. "width": "40px"
  192. }]
  193. }
  194. },
  195. // #endif
  196. "navigationBarTitleText": "搜索"
  197. }
  198. },
  199. {
  200. "path": "pages/product/classify",
  201. "style": {
  202. "navigationStyle": "custom",
  203. "app-plus": {
  204. "titleNView": {
  205. "type": "transparent"
  206. }
  207. }
  208. }
  209. },
  210. {
  211. "path": "pages/set/address",
  212. "style": {
  213. "navigationBarTitleText": "收货地址"
  214. }
  215. },
  216. {
  217. "path": "pages/set/addressManage",
  218. "style": {
  219. "navigationBarTitleText": ""
  220. }
  221. },
  222. {
  223. "path": "pages/set/password",
  224. "style": {
  225. "navigationBarTitleText": "修改密码"
  226. }
  227. },
  228. {
  229. "path": "pages/set/userinfo",
  230. "style": {
  231. "navigationBarTitleText": "修改资料"
  232. }
  233. }, {
  234. "path": "pages/cart/cart",
  235. "style": {
  236. "navigationBarTitleText": "购物车"
  237. }
  238. },
  239. {
  240. "path": "pages/user/user",
  241. "style": {
  242. // #ifndef MP-WEIXIN
  243. "navigationStyle": "custom",
  244. // "app-plus": {
  245. // "bounce": "none",
  246. // "titleNView": {
  247. // "type": "transparent",
  248. // "buttons": [{
  249. // "fontSrc": "/static/yticon.ttf",
  250. // "text": "\ue60f",
  251. // "fontSize": "24",
  252. // "color": "#303133",
  253. // "width": "46px",
  254. // "background": "rgba(0,0,0,0)"
  255. // },
  256. // {
  257. // "fontSrc": "/static/yticon.ttf",
  258. // "text": "\ue744",
  259. // "fontSize": "28",
  260. // "color": "#303133",
  261. // "background": "rgba(0,0,0,0)",
  262. // "redDot": true
  263. // }
  264. // ]
  265. // }
  266. // },
  267. // #endif
  268. "navigationBarTitleText": "个人中心"
  269. }
  270. },
  271. {
  272. "path": "pages/user/award",
  273. "style": {
  274. "navigationBarTitleText": "奖励明细",
  275. "app-plus": {
  276. "titleNView": false
  277. }
  278. }
  279. },
  280. {
  281. "path": "pages/user/withdrawal",
  282. "style": {
  283. "navigationBarTitleText": "奖励提现"
  284. }
  285. },
  286. {
  287. "path": "pages/user/favorites",
  288. "style": {
  289. "navigationBarTitleText": "收藏夹"
  290. }
  291. },
  292. {
  293. "path": "pages/user/myWholesale",
  294. "style": {
  295. "navigationBarTitleText": "批发订单"
  296. }
  297. },
  298. {
  299. "path": "pages/user/buySellDetail",
  300. "style": {
  301. "navigationBarTitleText": "订单详情"
  302. }
  303. },
  304. {
  305. "path": "pages/user/jindou",
  306. "style": {
  307. "navigationBarTitleText": "我的金豆",
  308. "app-plus": {
  309. "titleNView": false
  310. }
  311. }
  312. },
  313. {
  314. "path": "pages/user/jinquan",
  315. "style": {
  316. "navigationBarTitleText": "我的金券",
  317. "app-plus": {
  318. "titleNView": false
  319. }
  320. }
  321. },
  322. {
  323. "path": "pages/user/JDcool",
  324. "style": {
  325. "navigationBarTitleText": "基金池",
  326. "app-plus": {
  327. "titleNView": false
  328. }
  329. }
  330. },
  331. {
  332. "path": "pages/user/integralTransforms",
  333. "style": {
  334. "navigationBarTitleText": "余额转账"
  335. }
  336. },
  337. {
  338. "path": "pages/user/team",
  339. "style": {
  340. "navigationBarTitleText": "我的推广",
  341. "app-plus": {
  342. "titleNView": false
  343. }
  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": false
  405. }
  406. }
  407. },
  408. {
  409. "path": "pages/money/withdrawal",
  410. "style": {
  411. "navigationBarTitleText": "提现"
  412. }
  413. },
  414. {
  415. "path": "pages/money/recharge",
  416. "style": {
  417. "navigationBarTitleText": "充值"
  418. }
  419. },
  420. {
  421. "path": "pages/category/category",
  422. "style": {
  423. // #ifdef APP-PLUS
  424. "navigationStyle": "custom",
  425. // #endif
  426. // #ifndef MP
  427. "app-plus": {
  428. "bounce": "none",
  429. "titleNView": {
  430. "searchInput": {
  431. "backgroundColor": "rgba(231, 231, 231,.7)",
  432. "borderRadius": "16px",
  433. "placeholder": "商品搜索",
  434. "disabled": true,
  435. "placeholderColor": "#606266",
  436. "align": "left"
  437. }
  438. }
  439. },
  440. // #endif
  441. "navigationBarTitleText": "分类"
  442. }
  443. },
  444. {
  445. "path": "pages/category/apply",
  446. "style": {
  447. // #ifndef MP
  448. "app-plus": {
  449. "titleNView": false
  450. },
  451. // #endif
  452. "navigationBarTitleText": "申请美容院"
  453. }
  454. },
  455. {
  456. "path": "pages/category/fillTable",
  457. "style": {
  458. "navigationBarTitleText": "申请美容院"
  459. }
  460. },
  461. {
  462. "path": "pages/redirect/redirect",
  463. "style": {
  464. "navigationBarTitleText": "微信登录跳转页面",
  465. "app-plus": {
  466. "titleNView": false
  467. }
  468. }
  469. },
  470. {
  471. "path": "pages/user/shareQrCode",
  472. "style": {
  473. "navigationBarTitleText": "邀请好友"
  474. }
  475. },
  476. {
  477. "path": "pages/product/wholesale",
  478. "style": {
  479. "navigationBarTitleText": "批发专区",
  480. "navigationStyle": "custom"
  481. }
  482. },
  483. {
  484. "path": "pages/product/wholesaleDetail",
  485. "style": {
  486. "navigationBarTitleText": "商品详情"
  487. }
  488. },
  489. {
  490. "path": "pages/product/realyWhole",
  491. "style": {
  492. "navigationBarTitleText": "商品详情"
  493. }
  494. }
  495. ],
  496. "subPackages": [{
  497. "root": "pages/activity",
  498. "name": "activity",
  499. "pages": [{
  500. "path": "goods_bargain/index",
  501. "style": {
  502. "navigationStyle": "custom"
  503. // #ifdef MP
  504. ,
  505. "navigationBarTextStyle": "#fff"
  506. // #endif
  507. }
  508. },
  509. {
  510. "path": "goods_bargain_details/index",
  511. "style": {
  512. "navigationStyle": "custom"
  513. // #ifdef MP
  514. ,
  515. "navigationBarTextStyle": "#fff"
  516. // #endif
  517. }
  518. },
  519. {
  520. "path": "bargain/index",
  521. "style": {
  522. "navigationBarTitleText": "砍价记录"
  523. }
  524. }
  525. ]
  526. }],
  527. "globalStyle": {
  528. "navigationBarTextStyle": "black",
  529. "navigationBarTitleText": "uni-app",
  530. "navigationBarBackgroundColor": "#FFFFFF",
  531. "backgroundColor": "#f8f8f8"
  532. },
  533. "tabBar": {
  534. "color": "#C0C4CC",
  535. "selectedColor": "#FF4C4C",
  536. "borderStyle": "black",
  537. "backgroundColor": "#ffffff",
  538. "list": [{
  539. "pagePath": "pages/index/index",
  540. "iconPath": "static/tabBar/tab-home.png",
  541. "selectedIconPath": "static/tabBar/tab-home-current.png",
  542. "text": "首页"
  543. },
  544. {
  545. "pagePath": "pages/category/category",
  546. "iconPath": "static/tabBar/tab-cate.png",
  547. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  548. "text": "分类"
  549. },
  550. {
  551. "pagePath": "pages/cart/cart",
  552. "iconPath": "static/tabBar/tab-cart.png",
  553. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  554. "text": "购物车"
  555. },
  556. {
  557. "pagePath": "pages/user/user",
  558. "iconPath": "static/tabBar/tab-my.png",
  559. "selectedIconPath": "static/tabBar/tab-my-current.png",
  560. "text": "我的"
  561. }
  562. ]
  563. }
  564. }