pages.json 7.6 KB

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