pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  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/JDcool",
  302. "style": {
  303. "navigationBarTitleText": "金豆池",
  304. "app-plus": {
  305. "titleNView": false
  306. }
  307. }
  308. },
  309. {
  310. "path": "pages/user/integralTransforms",
  311. "style": {
  312. "navigationBarTitleText": "余额转账"
  313. }
  314. },
  315. {
  316. "path": "pages/user/team",
  317. "style": {
  318. "navigationBarTitleText": "我的推广",
  319. "app-plus": {
  320. "titleNView": false
  321. }
  322. }
  323. },
  324. {
  325. "path": "pages/order/order",
  326. "style": {
  327. "navigationBarTitleText": "我的订单",
  328. "app-plus": {
  329. "bounce": "none"
  330. }
  331. }
  332. },
  333. {
  334. "path": "pages/order/expressInfo",
  335. "style": {
  336. "navigationBarTitleText": "快递详情"
  337. }
  338. },
  339. {
  340. "path": "pages/order/orderDetail",
  341. "style": {
  342. "navigationBarTitleText": "订单详情",
  343. "app-plus": {
  344. "bounce": "none"
  345. }
  346. }
  347. },
  348. {
  349. "path": "pages/order/evaluate",
  350. "style": {
  351. "navigationBarTitleText": "评论"
  352. }
  353. },
  354. {
  355. "path": "pages/order/orderRefund",
  356. "style": {
  357. "navigationBarTitleText": "申请退款"
  358. }
  359. },
  360. {
  361. "path": "pages/order/createOrder",
  362. "style": {
  363. "navigationBarTitleText": "创建订单"
  364. }
  365. }, {
  366. "path": "pages/money/pay",
  367. "style": {
  368. "navigationBarTitleText": "支付"
  369. }
  370. },
  371. {
  372. "path": "pages/money/paySuccess",
  373. "style": {
  374. "navigationBarTitleText": "支付成功"
  375. }
  376. },
  377. {
  378. "path": "pages/money/wallet",
  379. "style": {
  380. "navigationBarTitleText": "我的佣金",
  381. "app-plus": {
  382. "titleNView": false
  383. }
  384. }
  385. },
  386. {
  387. "path": "pages/money/withdrawal",
  388. "style": {
  389. "navigationBarTitleText": "提现"
  390. }
  391. },
  392. {
  393. "path": "pages/money/recharge",
  394. "style": {
  395. "navigationBarTitleText": "充值"
  396. }
  397. },
  398. {
  399. "path": "pages/category/category",
  400. "style": {
  401. // #ifdef APP-PLUS
  402. "navigationStyle": "custom",
  403. // #endif
  404. // #ifndef MP
  405. "app-plus": {
  406. "bounce": "none",
  407. "titleNView": {
  408. "searchInput": {
  409. "backgroundColor": "rgba(231, 231, 231,.7)",
  410. "borderRadius": "16px",
  411. "placeholder": "商品搜索",
  412. "disabled": true,
  413. "placeholderColor": "#606266",
  414. "align": "left"
  415. }
  416. }
  417. },
  418. // #endif
  419. "navigationBarTitleText": "分类"
  420. }
  421. },
  422. {
  423. "path": "pages/category/apply",
  424. "style": {
  425. // #ifndef MP
  426. "app-plus": {
  427. "titleNView": false
  428. },
  429. // #endif
  430. "navigationBarTitleText": "申请美容院"
  431. }
  432. },
  433. {
  434. "path": "pages/category/fillTable",
  435. "style": {
  436. "navigationBarTitleText": "申请美容院"
  437. }
  438. },
  439. {
  440. "path": "pages/redirect/redirect",
  441. "style": {
  442. "navigationBarTitleText": "微信登录跳转页面",
  443. "app-plus": {
  444. "titleNView": false
  445. }
  446. }
  447. },
  448. {
  449. "path": "pages/user/shareQrCode",
  450. "style": {
  451. "navigationBarTitleText": "邀请好友"
  452. }
  453. },
  454. {
  455. "path": "pages/product/wholesale",
  456. "style": {
  457. "navigationBarTitleText": "批发专区",
  458. "navigationStyle": "custom"
  459. }
  460. },
  461. {
  462. "path": "pages/product/wholesaleDetail",
  463. "style": {
  464. "navigationBarTitleText": "商品详情"
  465. }
  466. }
  467. ],
  468. "subPackages": [{
  469. "root": "pages/activity",
  470. "name": "activity",
  471. "pages": [{
  472. "path": "goods_bargain/index",
  473. "style": {
  474. "navigationStyle": "custom"
  475. // #ifdef MP
  476. ,
  477. "navigationBarTextStyle": "#fff"
  478. // #endif
  479. }
  480. },
  481. {
  482. "path": "goods_bargain_details/index",
  483. "style": {
  484. "navigationStyle": "custom"
  485. // #ifdef MP
  486. ,
  487. "navigationBarTextStyle": "#fff"
  488. // #endif
  489. }
  490. },
  491. {
  492. "path": "bargain/index",
  493. "style": {
  494. "navigationBarTitleText": "砍价记录"
  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": "#FF4C4C",
  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. }