pages.json 8.2 KB

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