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/category/vip",
  113. "style": {
  114. "navigationBarTitleText": "开通会员",
  115. "app-plus": {
  116. "titleNView": false
  117. }
  118. }
  119. },
  120. {
  121. "path": "pages/product/reply",
  122. "style": {
  123. "navigationBarTitleText": "商品评价",
  124. "app-plus": {
  125. "titleNView": {
  126. "type": "transparent"
  127. }
  128. }
  129. }
  130. },
  131. {
  132. "path": "pages/product/product",
  133. "style": {
  134. "navigationBarTitleText": "详情展示",
  135. "app-plus": {
  136. "titleNView": {
  137. "type": "transparent"
  138. }
  139. }
  140. }
  141. },
  142. {
  143. "path": "pages/product/list",
  144. "style": {
  145. "enablePullDownRefresh": true,
  146. "navigationBarTitleText": "商品列表"
  147. }
  148. },
  149. {
  150. "path": "pages/product/search",
  151. "style": {
  152. "enablePullDownRefresh": true,
  153. // #ifdef APP-PLUS
  154. "navigationStyle": "custom",
  155. // #endif
  156. // #ifndef MP || APP-PLUS
  157. "app-plus": {
  158. "titleNView": {
  159. "searchInput": {
  160. "backgroundColor": "rgba(231, 231, 231,.7)",
  161. "borderRadius": "16px",
  162. "placeholder": "请输入关键字",
  163. "disabled": false,
  164. "placeholderColor": "#606266",
  165. "align": "left"
  166. },
  167. "buttons": [{
  168. "text": "搜索",
  169. "fontSize": "14",
  170. "color": "#303133",
  171. "background": "rgba(0,0,0,0)",
  172. "width": "40px"
  173. }]
  174. }
  175. },
  176. // #endif
  177. "navigationBarTitleText": "搜索"
  178. }
  179. },
  180. {
  181. "path": "pages/product/classify",
  182. "style": {
  183. "navigationStyle": "custom",
  184. "app-plus": {
  185. "titleNView": {
  186. "type": "transparent"
  187. }
  188. }
  189. }
  190. },
  191. {
  192. "path": "pages/set/address",
  193. "style": {
  194. "navigationBarTitleText": "收货地址"
  195. }
  196. },
  197. {
  198. "path": "pages/set/addressManage",
  199. "style": {
  200. "navigationBarTitleText": ""
  201. }
  202. },
  203. {
  204. "path": "pages/set/password",
  205. "style": {
  206. "navigationBarTitleText": "修改密码"
  207. }
  208. },
  209. {
  210. "path": "pages/set/userinfo",
  211. "style": {
  212. "navigationBarTitleText": "修改资料"
  213. }
  214. }, {
  215. "path": "pages/cart/cart",
  216. "style": {
  217. "navigationBarTitleText": "购物车"
  218. }
  219. },
  220. {
  221. "path": "pages/user/user",
  222. "style": {
  223. // #ifndef MP-WEIXIN
  224. "navigationStyle": "custom",
  225. // "app-plus": {
  226. // "bounce": "none",
  227. // "titleNView": {
  228. // "type": "transparent",
  229. // "buttons": [{
  230. // "fontSrc": "/static/yticon.ttf",
  231. // "text": "\ue60f",
  232. // "fontSize": "24",
  233. // "color": "#303133",
  234. // "width": "46px",
  235. // "background": "rgba(0,0,0,0)"
  236. // },
  237. // {
  238. // "fontSrc": "/static/yticon.ttf",
  239. // "text": "\ue744",
  240. // "fontSize": "28",
  241. // "color": "#303133",
  242. // "background": "rgba(0,0,0,0)",
  243. // "redDot": true
  244. // }
  245. // ]
  246. // }
  247. // },
  248. // #endif
  249. "navigationBarTitleText": "个人中心"
  250. }
  251. },
  252. {
  253. "path": "pages/user/award",
  254. "style": {
  255. "navigationBarTitleText": "奖励明细",
  256. "app-plus": {
  257. "titleNView": false
  258. }
  259. }
  260. },
  261. {
  262. "path": "pages/user/withdrawal",
  263. "style": {
  264. "navigationBarTitleText": "奖励提现"
  265. }
  266. },
  267. {
  268. "path": "pages/user/favorites",
  269. "style": {
  270. "navigationBarTitleText": "收藏夹"
  271. }
  272. },
  273. {
  274. "path": "pages/user/myWholesale",
  275. "style": {
  276. "navigationBarTitleText": "批发订单"
  277. }
  278. },
  279. {
  280. "path": "pages/user/buySellDetail",
  281. "style": {
  282. "navigationBarTitleText": "订单详情"
  283. }
  284. },
  285. {
  286. "path": "pages/user/jindou",
  287. "style": {
  288. "navigationBarTitleText": "我的金豆",
  289. "app-plus": {
  290. "titleNView": false
  291. }
  292. }
  293. },
  294. {
  295. "path": "pages/user/JDcool",
  296. "style": {
  297. "navigationBarTitleText": "金豆池",
  298. "app-plus": {
  299. "titleNView": false
  300. }
  301. }
  302. },
  303. {
  304. "path": "pages/user/integralTransforms",
  305. "style": {
  306. "navigationBarTitleText": "余额转账"
  307. }
  308. },
  309. {
  310. "path": "pages/user/team",
  311. "style": {
  312. "navigationBarTitleText": "我的推广",
  313. "app-plus": {
  314. "titleNView": false
  315. }
  316. }
  317. },
  318. {
  319. "path": "pages/order/order",
  320. "style": {
  321. "navigationBarTitleText": "我的订单",
  322. "app-plus": {
  323. "bounce": "none"
  324. }
  325. }
  326. },
  327. {
  328. "path": "pages/order/expressInfo",
  329. "style": {
  330. "navigationBarTitleText": "快递详情"
  331. }
  332. },
  333. {
  334. "path": "pages/order/orderDetail",
  335. "style": {
  336. "navigationBarTitleText": "订单详情",
  337. "app-plus": {
  338. "bounce": "none"
  339. }
  340. }
  341. },
  342. {
  343. "path": "pages/order/evaluate",
  344. "style": {
  345. "navigationBarTitleText": "评论"
  346. }
  347. },
  348. {
  349. "path": "pages/order/orderRefund",
  350. "style": {
  351. "navigationBarTitleText": "申请退款"
  352. }
  353. },
  354. {
  355. "path": "pages/order/createOrder",
  356. "style": {
  357. "navigationBarTitleText": "创建订单"
  358. }
  359. }, {
  360. "path": "pages/money/pay",
  361. "style": {
  362. "navigationBarTitleText": "支付"
  363. }
  364. },
  365. {
  366. "path": "pages/money/paySuccess",
  367. "style": {
  368. "navigationBarTitleText": "支付成功"
  369. }
  370. },
  371. {
  372. "path": "pages/money/wallet",
  373. "style": {
  374. "navigationBarTitleText": "我的佣金",
  375. "app-plus": {
  376. "titleNView": false
  377. }
  378. }
  379. },
  380. {
  381. "path": "pages/money/account",
  382. "style": {
  383. "navigationBarTitleText": "提现账号"
  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. }