pages.json 10 KB

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