pages.json 8.1 KB

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