pages.json 10 KB

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