pages.json 7.9 KB

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