pages.json 7.6 KB

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