pages.json 8.4 KB

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