pages.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "enablePullDownRefresh": true,
  8. "usingComponents": {}
  9. }
  10. },
  11. {
  12. "path": "pages/tabBar/catalog/catalog",
  13. "style": {
  14. "navigationBarTitleText": "分类",
  15. "usingComponents": {}
  16. }
  17. },
  18. {
  19. "path": "pages/tabBar/ucenter/index/index",
  20. "style": {
  21. "backgroundColor": "#f4f4f4",
  22. "navigationBarTitleText": "个人中心",
  23. "enablePullDownRefresh": false,
  24. "navigationBarBackgroundColor": "#24ADFF",
  25. "usingComponents": {}
  26. }
  27. },
  28. {
  29. "path": "pages/auth/login/login",
  30. "style": {
  31. "navigationBarTitleText": "登录",
  32. "usingComponents": {}
  33. }
  34. },
  35. {
  36. "path": "pages/checkout/checkout",
  37. "style": {
  38. "navigationBarTitleText": "填写订单",
  39. "usingComponents": {}
  40. }
  41. },
  42. {
  43. "path": "pages/checkout/payResult/payResult",
  44. "style": {
  45. "navigationBarTitleText": "",
  46. "usingComponents": {}
  47. }
  48. },
  49. {
  50. "path": "pages/checkout/payResult/payResultNew",
  51. "style": {
  52. "backgroundColor": "#f4f4f4",
  53. "navigationBarTitleText": "支付成功",
  54. "enablePullDownRefresh": false,
  55. "navigationBarBackgroundColor": "#24ADFF",
  56. "usingComponents": {}
  57. }
  58. },
  59. {
  60. "path": "pages/checkout/payResult/payResultNewa",
  61. "style": {
  62. "backgroundColor": "#f4f4f4",
  63. "navigationBarTitleText": "先不约,返回主页",
  64. "enablePullDownRefresh": false,
  65. "navigationBarBackgroundColor": "#fff",
  66. "usingComponents": {}
  67. }
  68. },
  69. {
  70. "path": "pages/goods/goods",
  71. "style": {
  72. "navigationBarTitleText": "商品详情",
  73. "usingComponents": {},
  74. "navigationBarBackgroundColor": "#fff"
  75. }
  76. },
  77. {
  78. "path": "pages/goods/newGoods/newGoods",
  79. "style": {
  80. "navigationBarTitleText": "新品首发",
  81. "usingComponents": {}
  82. }
  83. },
  84. {
  85. "path": "pages/goods/hotGoods/hotGoods",
  86. "style": {
  87. "navigationBarTitleText": "鲸致推荐",
  88. "usingComponents": {}
  89. }
  90. },
  91. {
  92. "path": "pages/goods/infoCollect/infoCollect",
  93. "style": {
  94. "navigationBarTitleText": "信息收集",
  95. "usingComponents": {}
  96. }
  97. },
  98. {
  99. "path": "pages/goods/snowGoodsList/snowGoodsList",
  100. "style": {
  101. "backgroundColor": "#fff",
  102. "navigationBarTitleText": "鲸致生活",
  103. "enablePullDownRefresh": false,
  104. "navigationBarBackgroundColor": "#24ADFF",
  105. "usingComponents": {}
  106. }
  107. },
  108. {
  109. "path": "pages/category/category",
  110. "style": {
  111. "usingComponents": {}
  112. }
  113. },
  114. {
  115. "path": "pages/category/search/search",
  116. "style": {
  117. "navigationBarTitleText": "搜索",
  118. "usingComponents": {}
  119. }
  120. },
  121. {
  122. "path": "pages/ucenter/address/address",
  123. "style": {
  124. "navigationBarTitleText": "地址管理",
  125. "usingComponents": {}
  126. }
  127. },
  128. {
  129. "path": "pages/ucenter/addressAdd/addressAdd",
  130. "style": {
  131. "navigationBarTitleText": "编辑地址",
  132. "usingComponents": {}
  133. }
  134. },
  135. {
  136. "path": "pages/ucenter/feedback/feedback",
  137. "style": {
  138. "navigationBarTitleText": "意见反馈",
  139. "usingComponents": {}
  140. }
  141. },
  142. {
  143. "path": "pages/ucenter/footprint/footprint",
  144. "style": {
  145. "navigationBarTitleText": "我的足迹",
  146. "usingComponents": {}
  147. }
  148. },
  149. {
  150. "path": "pages/ucenter/coupon/coupon",
  151. "style": {
  152. "navigationBarTitleText": "优惠券专区",
  153. "usingComponents": {}
  154. }
  155. },
  156. {
  157. "path": "pages/ucenter/about/about",
  158. "style": {
  159. "usingComponents": {}
  160. }
  161. },
  162. {
  163. "path": "pages/ucenter/help/help",
  164. "style": {
  165. "navigationBarTitleText": "服务说明",
  166. "usingComponents": {}
  167. }
  168. },
  169. {
  170. "path": "pages/ucenter/order/order",
  171. "style": {
  172. "navigationBarTitleText": "我的订单",
  173. "usingComponents": {}
  174. }
  175. },
  176. {
  177. "path": "pages/ucenter/orderDetail/orderDetail",
  178. "style": {
  179. "navigationBarTitleText": "订单详情",
  180. "enablePullDownRefresh": true,
  181. "usingComponents": {}
  182. }
  183. },
  184. {
  185. "path": "pages/ucenter/orderDetail/orderDetailPay",
  186. "style": {
  187. "navigationBarTitleText": "支付失败",
  188. "enablePullDownRefresh": true,
  189. "usingComponents": {}
  190. }
  191. },
  192. {
  193. "path": "pages/ucenter/couponList/couponList",
  194. "style": {
  195. "enablePullDownRefresh": true,
  196. "navigationBarTitleText": "我的优惠券",
  197. "usingComponents": {}
  198. }
  199. },
  200. {
  201. "path": "pages/ucenter/couponSelect/couponSelect",
  202. "style": {
  203. "navigationBarTitleText": "选择优惠券",
  204. "usingComponents": {}
  205. }
  206. },
  207. {
  208. "path": "pages/ucenter/coupon/couponGoods",
  209. "style": {
  210. "usingComponents": {},
  211. "navigationBarTitleText": "优惠商品选择"
  212. }
  213. },
  214. {
  215. "path": "pages/ucenter/aftersale/aftersale",
  216. "style": {
  217. "navigationBarTitleText": "售后",
  218. "usingComponents": {}
  219. }
  220. },
  221. {
  222. "path": "pages/ucenter/aftersaleList/aftersaleList",
  223. "style": {
  224. "navigationBarTitleText": "我的售后",
  225. "usingComponents": {}
  226. }
  227. },
  228. {
  229. "path": "pages/ucenter/aftersaleDetail/aftersaleDetail",
  230. "style": {
  231. "navigationBarTitleText": "售后详情",
  232. "usingComponents": {}
  233. }
  234. },
  235. {
  236. "path": "pages/ucenter/serviceDetail/serviceDetail",
  237. "style": {
  238. "navigationBarTitleText": "服务预约",
  239. "usingComponents": {}
  240. }
  241. },
  242. {
  243. "path": "pages/upgrade/confirmOrder/confirmOrder",
  244. "style": {
  245. "backgroundColor": "#f4f4f4",
  246. "navigationBarTitleText": "确认订单",
  247. "enablePullDownRefresh": false,
  248. "navigationBarBackgroundColor": "#24ADFF",
  249. "usingComponents": {}
  250. }
  251. },
  252. {
  253. "path": "pages/upgrade/payResult/payResult",
  254. "style": {
  255. "backgroundColor": "#f4f4f4",
  256. "navigationBarTitleText": "支付结果",
  257. "enablePullDownRefresh": false,
  258. "navigationBarBackgroundColor": "#00c0ff",
  259. "usingComponents": {}
  260. }
  261. },
  262. {
  263. "path": "pages/ucenter/appointOrder/appointOrder",
  264. "style": {
  265. "backgroundColor": "#f4f4f4",
  266. "navigationBarTitleText": "立即预约",
  267. "enablePullDownRefresh": false,
  268. "navigationBarBackgroundColor": "#24ADFF",
  269. "usingComponents": {}
  270. }
  271. },
  272. {
  273. "path": "pages/ucenter/addressChoose/addressChoose",
  274. "style": {
  275. "navigationBarTitleText": "地址选择",
  276. "usingComponents": {}
  277. }
  278. },
  279. {
  280. "path": "pages/extra/newRevisit/newRevisit",
  281. "style": {
  282. "component": true,
  283. "navigationBarTitleText": "服务意见",
  284. "usingComponents": {}
  285. }
  286. },
  287. {
  288. "path": "pages/ucenter/company/company",
  289. "style": {
  290. "usingComponents": {}
  291. }
  292. },
  293. {
  294. "path": "pages/goods/wholeEvaluation/wholeEvaluation",
  295. "style": {
  296. "navigationBarTitleText": "全部评价",
  297. "usingComponents": {}
  298. }
  299. },
  300. {
  301. "path": "pages/ucenter/applyRefund/applyRefund",
  302. "style": {
  303. "navigationBarTitleText": "申请退款",
  304. "usingComponents": {}
  305. }
  306. },
  307. {
  308. "path": "pages/map/citySelect/citySelect",
  309. "style": {
  310. "usingComponents": {},
  311. "navigationBarTitleText": "选择城市"
  312. }
  313. },
  314. {
  315. "path": "pages/map/mapContent/mapContent",
  316. "style": {
  317. "usingComponents": {},
  318. "navigationBarTitleText": "确认服务地址"
  319. }
  320. },
  321. {
  322. "path": "pages/chat/im/im",
  323. "style": {
  324. "navigationBarTitleText": "在线客服",
  325. "usingComponents": {}
  326. }
  327. },
  328. {
  329. "path" : "pages/ucenter/remark/remark",
  330. "style" :
  331. {
  332. "navigationBarTitleText" : "选择备注",
  333. "navigationBarBackgroundColor": "#fff"
  334. }
  335. }
  336. ],
  337. "tabBar": {
  338. "backgroundColor": "#f7f7f7",
  339. "borderStyle": "white",
  340. "selectedColor": "#09AFFF",
  341. "color": "#2A2A2A",
  342. "list": [
  343. {
  344. "pagePath": "pages/index/index",
  345. "iconPath": "static/images/new/home.png",
  346. "selectedIconPath": "static/images/new/home@selected.png",
  347. "text": "首页"
  348. },
  349. {
  350. "pagePath": "pages/tabBar/catalog/catalog",
  351. "iconPath": "static/images/new/category.png",
  352. "selectedIconPath": "static/images/new/category@selected.png",
  353. "text": "全部商品"
  354. },
  355. {
  356. "pagePath": "pages/tabBar/ucenter/index/index",
  357. "iconPath": "static/images/new/my.png",
  358. "selectedIconPath": "static/images/new/my@selected.png",
  359. "text": "我的"
  360. }
  361. ]
  362. },
  363. "networkTimeout": {
  364. "request": 30000,
  365. "connectSocket": 30000,
  366. "uploadFile": 30000,
  367. "downloadFile": 30000
  368. },
  369. "debug": true,
  370. "sitemapLocation": "sitemap.json",
  371. "permission": {
  372. "scope.userLocation": {
  373. "desc": "你的位置信息将用于确定服务范围"
  374. }
  375. },
  376. "plugins": {
  377. "contactPlugin": {
  378. "version": "1.4.3",
  379. "provider": "wx104a1a20c3f81ec2"
  380. }
  381. },
  382. "globalStyle": {
  383. "navigationBarBackgroundColor": "#09afff",
  384. // "navigationBarBackgroundColor": "#09afff",
  385. "navigationBarTitleText": "鲸致生活",
  386. "enablePullDownRefresh": false,
  387. "navigationBarTextStyle": "black",
  388. "backgroundColor": "#F7F7F7",
  389. // "backgroundTextStyle": "dark",
  390. // "navigationBarBackgroundColor": "#fff",
  391. "navigationStyle": "default",
  392. "usingComponents": {
  393. }
  394. },
  395. "subPackages": []
  396. }