pages.json 10 KB

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