pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  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/store",
  107. "style": {
  108. "navigationBarTitleText": "附近门店"
  109. }
  110. },
  111. {
  112. "path": "pages/money/moneyPwd",
  113. "style": {
  114. "navigationBarTitleText": "支付密码"
  115. }
  116. },
  117. {
  118. "path": "pages/category/vip",
  119. "style": {
  120. "navigationBarTitleText": "开通会员",
  121. "app-plus": {
  122. "titleNView": false
  123. }
  124. }
  125. },
  126. {
  127. "path": "pages/product/reply",
  128. "style": {
  129. "navigationBarTitleText": "商品评价",
  130. "app-plus": {
  131. "titleNView": {
  132. "type": "transparent"
  133. }
  134. }
  135. }
  136. },
  137. {
  138. "path": "pages/product/product",
  139. "style": {
  140. "navigationBarTitleText": "详情展示",
  141. "app-plus": {
  142. "titleNView": {
  143. "type": "transparent"
  144. }
  145. }
  146. }
  147. },
  148. {
  149. "path": "pages/product/list",
  150. "style": {
  151. "enablePullDownRefresh": true,
  152. "navigationBarTitleText": "商品列表"
  153. }
  154. },
  155. {
  156. "path": "pages/product/search",
  157. "style": {
  158. "enablePullDownRefresh": true,
  159. // #ifdef APP-PLUS
  160. "navigationStyle": "custom",
  161. // #endif
  162. // #ifndef MP || APP-PLUS
  163. "app-plus": {
  164. "titleNView": {
  165. "searchInput": {
  166. "backgroundColor": "rgba(231, 231, 231,.7)",
  167. "borderRadius": "16px",
  168. "placeholder": "请输入关键字",
  169. "disabled": false,
  170. "placeholderColor": "#606266",
  171. "align": "left"
  172. },
  173. "buttons": [{
  174. "text": "搜索",
  175. "fontSize": "14",
  176. "color": "#303133",
  177. "background": "rgba(0,0,0,0)",
  178. "width": "40px"
  179. }]
  180. }
  181. },
  182. // #endif
  183. "navigationBarTitleText": "搜索"
  184. }
  185. },
  186. {
  187. "path": "pages/product/classify",
  188. "style": {
  189. "navigationStyle": "custom",
  190. "app-plus": {
  191. "titleNView": {
  192. "type": "transparent"
  193. }
  194. }
  195. }
  196. },
  197. {
  198. "path": "pages/set/address",
  199. "style": {
  200. "navigationBarTitleText": "收货地址"
  201. }
  202. },
  203. {
  204. "path": "pages/set/addressManage",
  205. "style": {
  206. "navigationBarTitleText": ""
  207. }
  208. },
  209. {
  210. "path": "pages/set/password",
  211. "style": {
  212. "navigationBarTitleText": "修改密码"
  213. }
  214. },
  215. {
  216. "path": "pages/set/userinfo",
  217. "style": {
  218. "navigationBarTitleText": "修改资料"
  219. }
  220. }, {
  221. "path": "pages/cart/cart",
  222. "style": {
  223. "navigationBarTitleText": "购物车"
  224. }
  225. },
  226. {
  227. "path": "pages/user/user",
  228. "style": {
  229. // #ifndef MP-WEIXIN
  230. "navigationStyle": "custom",
  231. // "app-plus": {
  232. // "bounce": "none",
  233. // "titleNView": {
  234. // "type": "transparent",
  235. // "buttons": [{
  236. // "fontSrc": "/static/yticon.ttf",
  237. // "text": "\ue60f",
  238. // "fontSize": "24",
  239. // "color": "#303133",
  240. // "width": "46px",
  241. // "background": "rgba(0,0,0,0)"
  242. // },
  243. // {
  244. // "fontSrc": "/static/yticon.ttf",
  245. // "text": "\ue744",
  246. // "fontSize": "28",
  247. // "color": "#303133",
  248. // "background": "rgba(0,0,0,0)",
  249. // "redDot": true
  250. // }
  251. // ]
  252. // }
  253. // },
  254. // #endif
  255. "navigationBarTitleText": "个人中心"
  256. }
  257. },
  258. {
  259. "path": "pages/user/award",
  260. "style": {
  261. "navigationBarTitleText": "奖励明细",
  262. "app-plus": {
  263. "titleNView": false
  264. }
  265. }
  266. },
  267. {
  268. "path": "pages/user/withdrawal",
  269. "style": {
  270. "navigationBarTitleText": "奖励提现"
  271. }
  272. },
  273. {
  274. "path": "pages/user/favorites",
  275. "style": {
  276. "navigationBarTitleText": "收藏夹"
  277. }
  278. },
  279. {
  280. "path": "pages/user/myWholesale",
  281. "style": {
  282. "navigationBarTitleText": "批发订单"
  283. }
  284. },
  285. {
  286. "path": "pages/user/buySellDetail",
  287. "style": {
  288. "navigationBarTitleText": "订单详情"
  289. }
  290. },
  291. {
  292. "path": "pages/user/jindou",
  293. "style": {
  294. "navigationBarTitleText": "我的金豆",
  295. "app-plus": {
  296. "titleNView": false
  297. }
  298. }
  299. },
  300. {
  301. "path": "pages/user/jinquan",
  302. "style": {
  303. "navigationBarTitleText": "我的金券",
  304. "app-plus": {
  305. "titleNView": false
  306. }
  307. }
  308. },
  309. {
  310. "path": "pages/user/JDcool",
  311. "style": {
  312. "navigationBarTitleText": "金豆池",
  313. "app-plus": {
  314. "titleNView": false
  315. }
  316. }
  317. },
  318. {
  319. "path": "pages/user/integralTransforms",
  320. "style": {
  321. "navigationBarTitleText": "余额转账"
  322. }
  323. },
  324. {
  325. "path": "pages/user/team",
  326. "style": {
  327. "navigationBarTitleText": "我的推广",
  328. "app-plus": {
  329. "titleNView": false
  330. }
  331. }
  332. },
  333. {
  334. "path": "pages/order/order",
  335. "style": {
  336. "navigationBarTitleText": "我的订单",
  337. "app-plus": {
  338. "bounce": "none"
  339. }
  340. }
  341. },
  342. {
  343. "path": "pages/order/expressInfo",
  344. "style": {
  345. "navigationBarTitleText": "快递详情"
  346. }
  347. },
  348. {
  349. "path": "pages/order/orderDetail",
  350. "style": {
  351. "navigationBarTitleText": "订单详情",
  352. "app-plus": {
  353. "bounce": "none"
  354. }
  355. }
  356. },
  357. {
  358. "path": "pages/order/evaluate",
  359. "style": {
  360. "navigationBarTitleText": "评论"
  361. }
  362. },
  363. {
  364. "path": "pages/order/orderRefund",
  365. "style": {
  366. "navigationBarTitleText": "申请退款"
  367. }
  368. },
  369. {
  370. "path": "pages/order/createOrder",
  371. "style": {
  372. "navigationBarTitleText": "创建订单"
  373. }
  374. }, {
  375. "path": "pages/money/pay",
  376. "style": {
  377. "navigationBarTitleText": "支付"
  378. }
  379. },
  380. {
  381. "path": "pages/money/paySuccess",
  382. "style": {
  383. "navigationBarTitleText": "支付成功"
  384. }
  385. },
  386. {
  387. "path": "pages/money/wallet",
  388. "style": {
  389. "navigationBarTitleText": "我的佣金",
  390. "app-plus": {
  391. "titleNView": false
  392. }
  393. }
  394. },
  395. {
  396. "path": "pages/money/withdrawal",
  397. "style": {
  398. "navigationBarTitleText": "提现"
  399. }
  400. },
  401. {
  402. "path": "pages/money/recharge",
  403. "style": {
  404. "navigationBarTitleText": "充值"
  405. }
  406. },
  407. {
  408. "path": "pages/category/category",
  409. "style": {
  410. // #ifdef APP-PLUS
  411. "navigationStyle": "custom",
  412. // #endif
  413. // #ifndef MP
  414. "app-plus": {
  415. "bounce": "none",
  416. "titleNView": {
  417. "searchInput": {
  418. "backgroundColor": "rgba(231, 231, 231,.7)",
  419. "borderRadius": "16px",
  420. "placeholder": "商品搜索",
  421. "disabled": true,
  422. "placeholderColor": "#606266",
  423. "align": "left"
  424. }
  425. }
  426. },
  427. // #endif
  428. "navigationBarTitleText": "分类"
  429. }
  430. },
  431. {
  432. "path": "pages/category/apply",
  433. "style": {
  434. // #ifndef MP
  435. "app-plus": {
  436. "titleNView": false
  437. },
  438. // #endif
  439. "navigationBarTitleText": "申请美容院"
  440. }
  441. },
  442. {
  443. "path": "pages/category/fillTable",
  444. "style": {
  445. "navigationBarTitleText": "申请美容院"
  446. }
  447. },
  448. {
  449. "path": "pages/redirect/redirect",
  450. "style": {
  451. "navigationBarTitleText": "微信登录跳转页面",
  452. "app-plus": {
  453. "titleNView": false
  454. }
  455. }
  456. },
  457. {
  458. "path": "pages/user/shareQrCode",
  459. "style": {
  460. "navigationBarTitleText": "邀请好友"
  461. }
  462. },
  463. {
  464. "path": "pages/product/wholesale",
  465. "style": {
  466. "navigationBarTitleText": "批发专区",
  467. "navigationStyle": "custom"
  468. }
  469. },
  470. {
  471. "path": "pages/product/wholesaleDetail",
  472. "style": {
  473. "navigationBarTitleText": "商品详情"
  474. }
  475. }
  476. ],
  477. "subPackages": [{
  478. "root": "pages/activity",
  479. "name": "activity",
  480. "pages": [{
  481. "path": "goods_bargain/index",
  482. "style": {
  483. "navigationStyle": "custom"
  484. // #ifdef MP
  485. ,
  486. "navigationBarTextStyle": "#fff"
  487. // #endif
  488. }
  489. },
  490. {
  491. "path": "goods_bargain_details/index",
  492. "style": {
  493. "navigationStyle": "custom"
  494. // #ifdef MP
  495. ,
  496. "navigationBarTextStyle": "#fff"
  497. // #endif
  498. }
  499. },
  500. {
  501. "path": "bargain/index",
  502. "style": {
  503. "navigationBarTitleText": "砍价记录"
  504. }
  505. }
  506. ]
  507. }],
  508. "globalStyle": {
  509. "navigationBarTextStyle": "black",
  510. "navigationBarTitleText": "uni-app",
  511. "navigationBarBackgroundColor": "#FFFFFF",
  512. "backgroundColor": "#f8f8f8"
  513. },
  514. "tabBar": {
  515. "color": "#C0C4CC",
  516. "selectedColor": "#FF4C4C",
  517. "borderStyle": "black",
  518. "backgroundColor": "#ffffff",
  519. "list": [{
  520. "pagePath": "pages/index/index",
  521. "iconPath": "static/tabBar/tab-home.png",
  522. "selectedIconPath": "static/tabBar/tab-home-current.png",
  523. "text": "首页"
  524. },
  525. {
  526. "pagePath": "pages/category/category",
  527. "iconPath": "static/tabBar/tab-cate.png",
  528. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  529. "text": "分类"
  530. },
  531. {
  532. "pagePath": "pages/cart/cart",
  533. "iconPath": "static/tabBar/tab-cart.png",
  534. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  535. "text": "购物车"
  536. },
  537. {
  538. "pagePath": "pages/user/user",
  539. "iconPath": "static/tabBar/tab-my.png",
  540. "selectedIconPath": "static/tabBar/tab-my-current.png",
  541. "text": "我的"
  542. }
  543. ]
  544. }
  545. }