pages.json 7.4 KB

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