pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  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/shopList",
  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/intProduct",
  163. "style": {
  164. "navigationBarTitleText": "积分商品",
  165. "app-plus": {
  166. "titleNView": {
  167. "type": "transparent"
  168. }
  169. }
  170. }
  171. },
  172. {
  173. "path": "pages/product/product",
  174. "style": {
  175. "navigationBarTitleText": "详情展示",
  176. "app-plus": {
  177. "titleNView": {
  178. "type": "transparent"
  179. }
  180. }
  181. }
  182. },
  183. {
  184. "path": "pages/product/list",
  185. "style": {
  186. "enablePullDownRefresh": true,
  187. "navigationBarTitleText": "商品列表"
  188. }
  189. },
  190. {
  191. "path": "pages/product/search",
  192. "style": {
  193. "enablePullDownRefresh": true,
  194. // #ifdef APP-PLUS
  195. "navigationStyle": "custom",
  196. // #endif
  197. // #ifndef MP || APP-PLUS
  198. "app-plus": {
  199. "titleNView": {
  200. "searchInput": {
  201. "backgroundColor": "rgba(231, 231, 231,.7)",
  202. "borderRadius": "16px",
  203. "placeholder": "请输入关键字",
  204. "disabled": false,
  205. "placeholderColor": "#606266",
  206. "align": "left"
  207. },
  208. "buttons": [{
  209. "text": "搜索",
  210. "fontSize": "14",
  211. "color": "#303133",
  212. "background": "rgba(0,0,0,0)",
  213. "width": "40px"
  214. }]
  215. }
  216. },
  217. // #endif
  218. "navigationBarTitleText": "搜索"
  219. }
  220. },
  221. {
  222. "path": "pages/product/classify",
  223. "style": {
  224. "navigationStyle": "custom",
  225. "app-plus": {
  226. "titleNView": {
  227. "type": "transparent"
  228. }
  229. }
  230. }
  231. },
  232. {
  233. "path": "pages/set/set",
  234. "style": {
  235. "navigationBarTitleText": "设置"
  236. }
  237. },
  238. {
  239. "path": "pages/set/address",
  240. "style": {
  241. "navigationBarTitleText": "收货地址"
  242. }
  243. },
  244. {
  245. "path": "pages/set/addressManage",
  246. "style": {
  247. "navigationBarTitleText": ""
  248. }
  249. },
  250. {
  251. "path": "pages/set/password",
  252. "style": {
  253. "navigationBarTitleText": "修改密码"
  254. }
  255. },
  256. {
  257. "path": "pages/set/userinfo",
  258. "style": {
  259. "navigationBarTitleText": "修改资料"
  260. }
  261. }, {
  262. "path": "pages/cart/cart",
  263. "style": {
  264. "navigationBarTitleText": "购物车"
  265. }
  266. },
  267. {
  268. "path": "pages/user/user",
  269. "style": {
  270. // #ifndef MP-WEIXIN
  271. "navigationStyle": "custom",
  272. // "app-plus": {
  273. // "bounce": "none",
  274. // "titleNView": {
  275. // "type": "transparent",
  276. // "buttons": [{
  277. // "fontSrc": "/static/yticon.ttf",
  278. // "text": "\ue60f",
  279. // "fontSize": "24",
  280. // "color": "#303133",
  281. // "width": "46px",
  282. // "background": "rgba(0,0,0,0)"
  283. // },
  284. // {
  285. // "fontSrc": "/static/yticon.ttf",
  286. // "text": "\ue744",
  287. // "fontSize": "28",
  288. // "color": "#303133",
  289. // "background": "rgba(0,0,0,0)",
  290. // "redDot": true
  291. // }
  292. // ]
  293. // }
  294. // },
  295. // #endif
  296. "navigationBarTitleText": "个人中心"
  297. }
  298. },
  299. {
  300. "path": "pages/user/award",
  301. "style": {
  302. "navigationBarTitleText": "我的余额",
  303. "app-plus": {
  304. "titleNView": false
  305. }
  306. }
  307. },
  308. {
  309. "path": "pages/user/withdrawal",
  310. "style": {
  311. "navigationBarTitleText": "奖励提现"
  312. }
  313. },
  314. {
  315. "path": "pages/user/favorites",
  316. "style": {
  317. "navigationBarTitleText": "收藏夹"
  318. }
  319. },
  320. {
  321. "path": "pages/order/order",
  322. "style": {
  323. "navigationBarTitleText": "我的订单",
  324. "app-plus": {
  325. "bounce": "none"
  326. }
  327. }
  328. },
  329. {
  330. "path": "pages/order/expressInfo",
  331. "style": {
  332. "navigationBarTitleText": "快递详情"
  333. }
  334. },
  335. {
  336. "path": "pages/order/orderDetail",
  337. "style": {
  338. "navigationBarTitleText": "订单详情",
  339. "app-plus": {
  340. "bounce": "none"
  341. }
  342. }
  343. },
  344. {
  345. "path": "pages/order/evaluate",
  346. "style": {
  347. "navigationBarTitleText": "评论"
  348. }
  349. },
  350. {
  351. "path": "pages/order/orderRefund",
  352. "style": {
  353. "navigationBarTitleText": "申请退款"
  354. }
  355. },
  356. {
  357. "path": "pages/order/createOrder",
  358. "style": {
  359. "navigationBarTitleText": "创建订单"
  360. }
  361. }, {
  362. "path": "pages/money/pay",
  363. "style": {
  364. "navigationBarTitleText": "支付"
  365. }
  366. },
  367. {
  368. "path": "pages/money/paySuccess",
  369. "style": {
  370. "navigationBarTitleText": "支付成功"
  371. }
  372. },
  373. {
  374. "path": "pages/money/wallet",
  375. "style": {
  376. "navigationBarTitleText": "我的佣金",
  377. "app-plus": {
  378. "titleNView": false
  379. }
  380. }
  381. },
  382. {
  383. "path": "pages/money/account",
  384. "style": {
  385. "navigationBarTitleText": "提现账号"
  386. }
  387. },
  388. {
  389. "path": "pages/index/jifenShop",
  390. "style": {
  391. "navigationBarTitleText": "分享有礼"
  392. }
  393. },
  394. {
  395. "path": "pages/money/withdrawal",
  396. "style": {
  397. "navigationBarTitleText": "提现"
  398. }
  399. },
  400. {
  401. "path": "pages/money/recharge",
  402. "style": {
  403. "navigationBarTitleText": "充值"
  404. }
  405. },
  406. {
  407. "path": "pages/index/classify",
  408. "style": {
  409. "navigationBarTitleText": "分享有礼",
  410. "navigationBarTextStyle": "white",
  411. "navigationBarBackgroundColor": "#52C696"
  412. }
  413. },
  414. {
  415. "path": "pages/category/category",
  416. "style": {
  417. "navigationBarTitleText": "品牌故事"
  418. }
  419. },
  420. {
  421. "path": "pages/index/recommend",
  422. "style": {
  423. "navigationBarTitleText": "热销推荐"
  424. }
  425. },
  426. {
  427. "path": "pages/redirect/redirect",
  428. "style": {
  429. "navigationBarTitleText": "微信登录跳转页面",
  430. "app-plus": {
  431. "titleNView": false
  432. }
  433. }
  434. },
  435. {
  436. "path": "pages/user/shareQrCode",
  437. "style": {
  438. "navigationBarTitleText": "邀请好友"
  439. }
  440. }
  441. ,{
  442. "path" : "pages/index/jifenShop",
  443. "style" :
  444. {
  445. "navigationBarTitleText": "",
  446. "enablePullDownRefresh": false
  447. }
  448. }
  449. ,{
  450. "path" : "pages/category/zjList",
  451. "style" :
  452. {
  453. "navigationBarTitleText": "专家专项",
  454. "enablePullDownRefresh": false
  455. }
  456. }
  457. ],
  458. "globalStyle": {
  459. "navigationBarTextStyle": "black",
  460. "navigationBarTitleText": "uni-app",
  461. "navigationBarBackgroundColor": "#FFFFFF",
  462. "backgroundColor": "#f8f8f8"
  463. },
  464. "tabBar": {
  465. "color": "#C0C4CC",
  466. "selectedColor": "#52C696",
  467. "borderStyle": "black",
  468. "backgroundColor": "#ffffff",
  469. "list": [{
  470. "pagePath": "pages/index/index",
  471. "iconPath": "static/tabBar/tabbar02.png",
  472. "selectedIconPath": "static/tabBar/tabbar03.png",
  473. "text": "首页"
  474. },
  475. {
  476. "pagePath": "pages/category/category",
  477. "iconPath": "static/tabBar/tabbar04.png",
  478. "selectedIconPath": "static/tabBar/tabbar05.png",
  479. "text": "分类"
  480. },
  481. // {
  482. // "pagePath": "pages/category/category",
  483. // "iconPath": "static/tabBar/tab-cate.png",
  484. // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  485. // "text": "品牌故事"
  486. // },
  487. {
  488. "pagePath": "pages/cart/cart",
  489. "iconPath": "static/tabBar/tabbar08.png",
  490. "selectedIconPath": "./static/tabBar/tabbar01.png",
  491. "text": "购物车"
  492. },
  493. {
  494. "pagePath": "pages/user/user",
  495. "iconPath": "static/tabBar/tabbar06.png",
  496. "selectedIconPath": "static/tabBar/tabbar07.png",
  497. "text": "我的"
  498. }
  499. ]
  500. }
  501. }