pages.json 7.8 KB

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