pages.json 7.3 KB

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