pages.json 10.0 KB

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