pages.json 7.5 KB

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