pages.json 8.6 KB

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