pages.json 8.2 KB

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