pages.json 10 KB

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