pages.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. "navigationBarTitleText": "商城首页",
  7. "app-plus": {
  8. "titleNView": false
  9. }
  10. }
  11. },
  12. {
  13. "path": "pages/public/register",
  14. "style": {
  15. "navigationBarTitleText": "注册",
  16. "app-plus": {
  17. "titleNView": {
  18. "type": "transparent"
  19. }
  20. }
  21. }
  22. }, {
  23. "path": "pages/public/login",
  24. "style": {
  25. "navigationBarTitleText": "登录",
  26. "app-plus": {
  27. "titleNView": {
  28. "type": "transparent"
  29. }
  30. }
  31. }
  32. },
  33. {
  34. "path": "pages/public/wxLogin",
  35. "style": {
  36. "navigationBarTitleText": "微信登录",
  37. "app-plus": {
  38. "titleNView": {
  39. "type": "transparent"
  40. }
  41. }
  42. }
  43. },
  44. {
  45. "path": "pages/public/forget",
  46. "style": {
  47. "navigationBarTitleText": "忘记密码",
  48. "app-plus": {
  49. "titleNView": {
  50. "type": "transparent"
  51. }
  52. }
  53. }
  54. },
  55. {
  56. "path": "pages/product/reply",
  57. "style": {
  58. "navigationBarTitleText": "商品评价",
  59. "app-plus": {
  60. "titleNView": {
  61. "type": "transparent"
  62. }
  63. }
  64. }
  65. },
  66. {
  67. "path": "pages/product/product",
  68. "style": {
  69. "navigationBarTitleText": "详情展示",
  70. "app-plus": {
  71. "titleNView": {
  72. "type": "transparent"
  73. }
  74. }
  75. }
  76. },
  77. {
  78. "path": "pages/product/list",
  79. "style": {
  80. "enablePullDownRefresh": true,
  81. "navigationBarTitleText": "商品列表"
  82. }
  83. },
  84. {
  85. "path": "pages/product/search",
  86. "style": {
  87. "enablePullDownRefresh": true,
  88. // #ifdef APP-PLUS
  89. "navigationStyle": "custom",
  90. // #endif
  91. // #ifndef MP || APP-PLUS
  92. "app-plus": {
  93. "titleNView": {
  94. "searchInput": {
  95. "backgroundColor": "rgba(231, 231, 231,.7)",
  96. "borderRadius": "16px",
  97. "placeholder": "请输入关键字",
  98. "disabled": false,
  99. "placeholderColor": "#606266",
  100. "align": "left"
  101. },
  102. "buttons": [{
  103. "text": "搜索",
  104. "fontSize": "14",
  105. "color": "#303133",
  106. "background": "rgba(0,0,0,0)",
  107. "width": "40px"
  108. }]
  109. }
  110. },
  111. // #endif
  112. "navigationBarTitleText": "搜索"
  113. }
  114. },
  115. {
  116. "path": "pages/product/classify",
  117. "style": {
  118. "navigationStyle": "custom",
  119. "app-plus": {
  120. "titleNView": {
  121. "type": "transparent"
  122. }
  123. }
  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. "navigationBarTitleText": "个人中心",
  171. "app-plus": {
  172. "titleNView": false
  173. }
  174. }
  175. },
  176. {
  177. "path": "pages/user/favorites",
  178. "style": {
  179. "navigationBarTitleText": "收藏夹"
  180. }
  181. }, {
  182. "path": "pages/user/coupon",
  183. "style": {
  184. "navigationBarTitleText": "我的卡卷"
  185. }
  186. },
  187. {
  188. "path": "pages/order/order",
  189. "style": {
  190. "navigationBarTitleText": "我的订单",
  191. "app-plus": {
  192. "bounce": "none"
  193. }
  194. }
  195. },
  196. {
  197. "path": "pages/order/expressInfo",
  198. "style": {
  199. "navigationBarTitleText": "快递详情"
  200. }
  201. },
  202. {
  203. "path": "pages/order/orderDetail",
  204. "style": {
  205. "navigationBarTitleText": "订单详情",
  206. "app-plus": {
  207. "bounce": "none"
  208. }
  209. }
  210. },
  211. {
  212. "path": "pages/order/evaluate",
  213. "style": {
  214. "navigationBarTitleText": "评论"
  215. }
  216. },
  217. {
  218. "path": "pages/order/orderRefund",
  219. "style": {
  220. "navigationBarTitleText": "申请退款"
  221. }
  222. },
  223. {
  224. "path": "pages/order/createOrder",
  225. "style": {
  226. "navigationBarTitleText": "创建订单"
  227. }
  228. }, {
  229. "path": "pages/money/pay",
  230. "style": {
  231. "navigationBarTitleText": "支付"
  232. }
  233. },
  234. {
  235. "path": "pages/money/paySuccess",
  236. "style": {
  237. "navigationBarTitleText": "支付成功"
  238. }
  239. },
  240. {
  241. "path": "pages/category/category",
  242. "style": {
  243. // #ifdef APP-PLUS
  244. "navigationStyle": "custom",
  245. // #endif
  246. // #ifndef MP
  247. "app-plus": {
  248. "bounce": "none",
  249. "titleNView": {
  250. "searchInput": {
  251. "backgroundColor": "rgba(231, 231, 231,.7)",
  252. "borderRadius": "16px",
  253. "placeholder": "商品搜索",
  254. "disabled": true,
  255. "placeholderColor": "#606266",
  256. "align": "left"
  257. }
  258. }
  259. },
  260. // #endif
  261. "navigationBarTitleText": "分类"
  262. }
  263. },
  264. {
  265. "path": "pages/redirect/redirect",
  266. "style": {
  267. "navigationBarTitleText": "微信登录跳转页面",
  268. "app-plus": {
  269. "titleNView": false
  270. }
  271. }
  272. },
  273. {
  274. "path": "pages/user/shareQrCode",
  275. "style": {
  276. "navigationBarTitleText": "邀请好友"
  277. }
  278. }
  279. ],
  280. "subPackages": [{
  281. "root": "pages/activity",
  282. "name": "activity",
  283. "pages": [{
  284. "path": "goods_bargain/index",
  285. "style": {
  286. "navigationStyle": "custom"
  287. // #ifdef MP
  288. ,
  289. "navigationBarTextStyle": "#fff"
  290. // #endif
  291. }
  292. },
  293. {
  294. "path": "goods_bargain_details/index",
  295. "style": {
  296. "navigationStyle": "custom"
  297. // #ifdef MP
  298. ,
  299. "navigationBarTextStyle": "#fff"
  300. // #endif
  301. }
  302. },
  303. {
  304. "path": "bargain/index",
  305. "style": {
  306. "navigationBarTitleText": "砍价记录"
  307. }
  308. }
  309. ]
  310. }],
  311. "globalStyle": {
  312. "navigationBarTextStyle": "black",
  313. "navigationBarTitleText": "uni-app",
  314. "navigationBarBackgroundColor": "#FFFFFF",
  315. "backgroundColor": "#f8f8f8"
  316. },
  317. "tabBar": {
  318. "color": "#C0C4CC",
  319. "selectedColor": "#5DBC7C",
  320. "borderStyle": "black",
  321. "backgroundColor": "#ffffff",
  322. "list": [{
  323. "pagePath": "pages/index/index",
  324. "iconPath": "static/tabBar/tab-home.png",
  325. "selectedIconPath": "static/tabBar/tab-home-current.png",
  326. "text": "首页"
  327. },
  328. {
  329. "pagePath": "pages/category/category",
  330. "iconPath": "static/tabBar/tab-cate.png",
  331. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  332. "text": "分类"
  333. },
  334. {
  335. "pagePath": "pages/cart/cart",
  336. "iconPath": "static/tabBar/tab-cart.png",
  337. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  338. "text": "购物车"
  339. },
  340. {
  341. "pagePath": "pages/user/user",
  342. "iconPath": "static/tabBar/tab-my.png",
  343. "selectedIconPath": "static/tabBar/tab-my-current.png",
  344. "text": "我的"
  345. }
  346. ]
  347. }
  348. }