pages.json 7.5 KB

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