pages.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  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. "pay-button": "ext://industry/pay-button"
  175. }
  176. }
  177. },
  178. {
  179. "path": "pages/ucenter/orderDetail/orderDetail",
  180. "style": {
  181. "navigationBarTitleText": "订单详情",
  182. "enablePullDownRefresh": true,
  183. "usingComponents": {}
  184. }
  185. },
  186. {
  187. "path": "pages/ucenter/orderDetail/orderDetailPay",
  188. "style": {
  189. "navigationBarTitleText": "支付失败",
  190. "enablePullDownRefresh": true,
  191. "usingComponents": {}
  192. }
  193. },
  194. {
  195. "path": "pages/ucenter/couponList/couponList",
  196. "style": {
  197. "enablePullDownRefresh": true,
  198. "navigationBarTitleText": "我的优惠券",
  199. "usingComponents": {}
  200. }
  201. },
  202. {
  203. "path": "pages/ucenter/couponSelect/couponSelect",
  204. "style": {
  205. "navigationBarTitleText": "选择优惠券",
  206. "usingComponents": {}
  207. }
  208. },
  209. {
  210. "path": "pages/ucenter/coupon/couponGoods",
  211. "style": {
  212. "usingComponents": {},
  213. "navigationBarTitleText": "优惠商品选择"
  214. }
  215. },
  216. {
  217. "path": "pages/ucenter/aftersale/aftersale",
  218. "style": {
  219. "navigationBarTitleText": "售后",
  220. "usingComponents": {}
  221. }
  222. },
  223. {
  224. "path": "pages/ucenter/aftersaleList/aftersaleList",
  225. "style": {
  226. "navigationBarTitleText": "我的售后",
  227. "usingComponents": {}
  228. }
  229. },
  230. {
  231. "path": "pages/ucenter/aftersaleDetail/aftersaleDetail",
  232. "style": {
  233. "navigationBarTitleText": "售后详情",
  234. "usingComponents": {}
  235. }
  236. },
  237. {
  238. "path": "pages/ucenter/serviceDetail/serviceDetail",
  239. "style": {
  240. "navigationBarTitleText": "服务预约",
  241. "usingComponents": {}
  242. }
  243. },
  244. {
  245. "path": "pages/upgrade/confirmOrder/confirmOrder",
  246. "style": {
  247. "backgroundColor": "#f4f4f4",
  248. "navigationBarTitleText": "确认订单",
  249. "enablePullDownRefresh": false,
  250. "navigationBarBackgroundColor": "#24ADFF",
  251. "usingComponents": {}
  252. }
  253. },
  254. {
  255. "path": "pages/upgrade/payResult/payResult",
  256. "style": {
  257. "backgroundColor": "#f4f4f4",
  258. "navigationBarTitleText": "支付结果",
  259. "enablePullDownRefresh": false,
  260. "navigationBarBackgroundColor": "#00c0ff",
  261. "usingComponents": {}
  262. }
  263. },
  264. {
  265. "path": "pages/ucenter/appointOrder/appointOrder",
  266. "style": {
  267. "backgroundColor": "#f4f4f4",
  268. "navigationBarTitleText": "立即预约",
  269. "enablePullDownRefresh": false,
  270. "navigationBarBackgroundColor": "#24ADFF",
  271. "usingComponents": {}
  272. }
  273. },
  274. {
  275. "path": "pages/ucenter/addressChoose/addressChoose",
  276. "style": {
  277. "navigationBarTitleText": "地址选择",
  278. "usingComponents": {}
  279. }
  280. },
  281. {
  282. "path": "pages/extra/newRevisit/newRevisit",
  283. "style": {
  284. "component": true,
  285. "navigationBarTitleText": "服务意见",
  286. "usingComponents": {}
  287. }
  288. },
  289. {
  290. "path": "pages/ucenter/company/company",
  291. "style": {
  292. "usingComponents": {}
  293. }
  294. },
  295. {
  296. "path": "pages/goods/wholeEvaluation/wholeEvaluation",
  297. "style": {
  298. "navigationBarTitleText": "全部评价",
  299. "usingComponents": {}
  300. }
  301. },
  302. {
  303. "path": "pages/ucenter/applyRefund/applyRefund",
  304. "style": {
  305. "navigationBarTitleText": "申请退款",
  306. "usingComponents": {}
  307. }
  308. },
  309. {
  310. "path": "pages/map/citySelect/citySelect",
  311. "style": {
  312. "usingComponents": {},
  313. "navigationBarTitleText": "选择城市"
  314. }
  315. },
  316. {
  317. "path": "pages/map/mapContent/mapContent",
  318. "style": {
  319. "usingComponents": {},
  320. "navigationBarTitleText": "确认服务地址"
  321. }
  322. },
  323. {
  324. "path": "pages/chat/im/im",
  325. "style": {
  326. "navigationBarTitleText": "在线客服",
  327. "usingComponents": {}
  328. }
  329. },
  330. {
  331. "path" : "pages/ucenter/remark/remark",
  332. "style" :
  333. {
  334. "navigationBarTitleText" : "选择备注",
  335. "navigationBarBackgroundColor": "#fff"
  336. }
  337. }
  338. ],
  339. "tabBar": {
  340. "backgroundColor": "#f7f7f7",
  341. "borderStyle": "white",
  342. "selectedColor": "#09AFFF",
  343. "color": "#2A2A2A",
  344. "list": [
  345. {
  346. "pagePath": "pages/index/index",
  347. "iconPath": "static/images/new/home.png",
  348. "selectedIconPath": "static/images/new/home@selected.png",
  349. "text": "首页"
  350. },
  351. {
  352. "pagePath": "pages/tabBar/catalog/catalog",
  353. "iconPath": "static/images/new/category.png",
  354. "selectedIconPath": "static/images/new/category@selected.png",
  355. "text": "全部商品"
  356. },
  357. {
  358. "pagePath": "pages/tabBar/ucenter/index/index",
  359. "iconPath": "static/images/new/my.png",
  360. "selectedIconPath": "static/images/new/my@selected.png",
  361. "text": "我的"
  362. }
  363. ]
  364. },
  365. "networkTimeout": {
  366. "request": 30000,
  367. "connectSocket": 30000,
  368. "uploadFile": 30000,
  369. "downloadFile": 30000
  370. },
  371. "debug": true,
  372. "sitemapLocation": "sitemap.json",
  373. "permission": {
  374. "scope.userLocation": {
  375. "desc": "你的位置信息将用于确定服务范围"
  376. }
  377. },
  378. "plugins": {
  379. "contactPlugin": {
  380. "version": "1.4.3",
  381. "provider": "wx104a1a20c3f81ec2"
  382. }
  383. },
  384. "globalStyle": {
  385. "navigationBarBackgroundColor": "#09afff",
  386. // "navigationBarBackgroundColor": "#09afff",
  387. "navigationBarTitleText": "鲸致生活",
  388. "enablePullDownRefresh": false,
  389. "navigationBarTextStyle": "black",
  390. "backgroundColor": "#F7F7F7",
  391. // "backgroundTextStyle": "dark",
  392. // "navigationBarBackgroundColor": "#fff",
  393. "navigationStyle": "default",
  394. "usingComponents": {
  395. }
  396. },
  397. "subPackages": []
  398. }