pages.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. // #ifndef MP-WEIXIN
  9. "navigationStyle": "custom",
  10. // #endif
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/public/register",
  16. "style": {
  17. "navigationBarTitleText": "注册",
  18. "app-plus": {
  19. "titleNView": {
  20. "type": "transparent"
  21. }
  22. }
  23. }
  24. }, {
  25. "path": "pages/public/login",
  26. "style": {
  27. "navigationBarTitleText": "登录",
  28. "app-plus": {
  29. "titleNView": {
  30. "type": "transparent"
  31. }
  32. }
  33. }
  34. },
  35. {
  36. "path": "pages/public/wxLogin",
  37. "style": {
  38. "navigationBarTitleText": "微信登录",
  39. "app-plus": {
  40. "titleNView": {
  41. "type": "transparent"
  42. }
  43. }
  44. }
  45. },
  46. {
  47. "path": "pages/public/forget",
  48. "style": {
  49. "navigationBarTitleText": "忘记密码",
  50. "app-plus": {
  51. "titleNView": {
  52. "type": "transparent"
  53. }
  54. }
  55. }
  56. },
  57. {
  58. "path": "pages/product/reply",
  59. "style": {
  60. "navigationBarTitleText": "商品评价",
  61. "app-plus": {
  62. "titleNView": {
  63. "type": "transparent"
  64. }
  65. }
  66. }
  67. },
  68. {
  69. "path": "pages/product/product",
  70. "style": {
  71. "navigationBarTitleText": "详情展示",
  72. "app-plus": {
  73. "titleNView": {
  74. "type": "transparent"
  75. }
  76. }
  77. }
  78. },
  79. {
  80. "path": "pages/product/list",
  81. "style": {
  82. "enablePullDownRefresh": true,
  83. "navigationBarTitleText": "商品列表"
  84. }
  85. },
  86. {
  87. "path": "pages/product/search",
  88. "style": {
  89. "enablePullDownRefresh": true,
  90. // #ifdef APP-PLUS
  91. "navigationStyle": "custom",
  92. // #endif
  93. // #ifndef MP || APP-PLUS
  94. "app-plus": {
  95. "titleNView": {
  96. "searchInput": {
  97. "backgroundColor": "rgba(231, 231, 231,.7)",
  98. "borderRadius": "16px",
  99. "placeholder": "请输入关键字",
  100. "disabled": false,
  101. "placeholderColor": "#606266",
  102. "align": "left"
  103. },
  104. "buttons": [{
  105. "text": "搜索",
  106. "fontSize": "14",
  107. "color": "#303133",
  108. "background": "rgba(0,0,0,0)",
  109. "width": "40px"
  110. }]
  111. }
  112. },
  113. // #endif
  114. "navigationBarTitleText": "搜索"
  115. }
  116. },
  117. {
  118. "path": "pages/set/set",
  119. "style": {
  120. "navigationBarTitleText": "设置"
  121. }
  122. },
  123. {
  124. "path": "pages/set/address",
  125. "style": {
  126. "navigationBarTitleText": "收货地址"
  127. }
  128. },
  129. {
  130. "path": "pages/set/addressManage",
  131. "style": {
  132. "navigationBarTitleText": ""
  133. }
  134. },
  135. {
  136. "path": "pages/set/phone",
  137. "style": {
  138. "navigationBarTitleText": "实名认证"
  139. }
  140. },
  141. {
  142. "path": "pages/set/password",
  143. "style": {
  144. "navigationBarTitleText": "修改密码"
  145. }
  146. },
  147. {
  148. "path": "pages/set/userinfo",
  149. "style": {
  150. "navigationBarTitleText": "修改资料"
  151. }
  152. }, {
  153. "path": "pages/cart/cart",
  154. "style": {
  155. "navigationBarTitleText": "购物车"
  156. }
  157. },
  158. {
  159. "path": "pages/user/user",
  160. "style": {
  161. // #ifndef MP-WEIXIN
  162. "navigationStyle": "custom",
  163. // #endif
  164. "navigationBarTitleText": "个人中心"
  165. }
  166. },
  167. {
  168. "path": "pages/user/jf",
  169. "style": {
  170. // #ifndef MP-WEIXIN
  171. "navigationStyle": "custom",
  172. // #endif
  173. "navigationBarTitleText": "我的积分"
  174. }
  175. },
  176. {
  177. "path": "pages/user/pushList",
  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. "subPackages": [{
  355. "root": "pages/index",
  356. "name": "index",
  357. "pages": [{
  358. "path": "message",
  359. "style": {
  360. "navigationBarTitleText": "官方公告"
  361. }
  362. },
  363. {
  364. "path": "messageInfo",
  365. "style": {
  366. "navigationBarTitleText": "公告详情"
  367. }
  368. }
  369. ]
  370. }],
  371. "globalStyle": {
  372. "navigationBarTextStyle": "black",
  373. "navigationBarTitleText": "uni-app",
  374. "navigationBarBackgroundColor": "#FFFFFF",
  375. "backgroundColor": "#f8f8f8"
  376. },
  377. "tabBar": {
  378. "color": "#C0C4CC",
  379. "selectedColor": "#ffb605",
  380. "borderStyle": "black",
  381. "backgroundColor": "#ffffff",
  382. "list": [{
  383. "pagePath": "pages/index/index",
  384. "iconPath": "static/tabBar/home.png",
  385. "selectedIconPath": "static/tabBar/home-action.png",
  386. "text": "首页"
  387. },
  388. {
  389. "pagePath": "pages/category/category",
  390. "iconPath": "static/tabBar/cate.png",
  391. "selectedIconPath": "static/tabBar/cate-action.png",
  392. "text": "分类"
  393. },
  394. {
  395. "pagePath": "pages/cart/cart",
  396. "iconPath": "static/tabBar/cart.png",
  397. "selectedIconPath": "static/tabBar/cart-action.png",
  398. "text": "购物车"
  399. },
  400. {
  401. "pagePath": "pages/user/user",
  402. "iconPath": "static/tabBar/user.png",
  403. "selectedIconPath": "static/tabBar/user-action.png",
  404. "text": "我的"
  405. }
  406. ]
  407. }
  408. }