pages.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. {
  2. "easycom": {
  3. "custom": {
  4. "geek-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue",
  5. "gx-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue",
  6. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  8. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
  9. "up-grid": "uview-plus/components/u-grid/u-grid",
  10. "up-grid-item": "uview-plus/components/u-grid-item/u-grid-item"
  11. }
  12. },
  13. "pages": [
  14. {
  15. "path": "pages/index",
  16. "style": {
  17. "navigationStyle": "custom",
  18. "transparentTitle": "always",
  19. "navigationBarTextStyle": "white",
  20. "app-plus": {
  21. "titleNView": {
  22. "type": "transparent",
  23. "buttons": []
  24. }
  25. }
  26. }
  27. },
  28. {
  29. "path": "pages/login",
  30. "style": {
  31. "navigationBarTitleText": "登录",
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/UserSelection",
  37. "style": {
  38. "navigationBarTitleText": "用户选择"
  39. }
  40. },
  41. {
  42. "path": "pages/work",
  43. "style": {
  44. "navigationBarTitleText": "工作台"
  45. }
  46. },
  47. {
  48. "path": "pages/classify",
  49. "style": {
  50. "navigationBarTitleText": "订单",
  51. "disableScroll": true
  52. }
  53. },
  54. {
  55. "path": "pages/mine/index",
  56. "style": {
  57. "navigationBarTitleText": "我的",
  58. "navigationStyle": "custom"
  59. }
  60. },
  61. {
  62. "path": "pages/mallMenu",
  63. "style": {
  64. "navigationBarTitleText": "找服务"
  65. }
  66. },
  67. {
  68. "path": "pages/chat",
  69. "style": {
  70. "navigationBarTitleText": "消息",
  71. "navigationStyle": "custom"
  72. // "disableScroll": false
  73. }
  74. },
  75. {
  76. "path": "pages/release",
  77. "style": {
  78. "navigationBarTitleText": "发布"
  79. }
  80. }
  81. ],
  82. "subPackages": [
  83. {
  84. "root": "pages_home/",
  85. "pages": [
  86. {
  87. "path": "pages/client/details",
  88. "style": {
  89. // "navigationBarTitleText": "孩子陪护"
  90. }
  91. },
  92. {
  93. "path": "pages/register/index",
  94. "style": {
  95. "navigationBarTitleText": "注册"
  96. }
  97. },
  98. {
  99. "path": "pages/details/index",
  100. "style": {
  101. "navigationBarTitleText": "注册详情"
  102. }
  103. },
  104. {
  105. "path": "pages/Volunteerside/goodsDetails",
  106. "style": {
  107. "navigationBarTitleText": "详情"
  108. }
  109. },
  110. {
  111. "path": "components/cc-selectDity/cc-selectDity"
  112. },
  113. {
  114. "path": "components/cust-form/index"
  115. },
  116. {
  117. "path": "components/font-title/index"
  118. },
  119. {
  120. "path": "components/picker/index"
  121. },
  122. {
  123. "path": "components/updata-imgs/index"
  124. },
  125. {
  126. "path": "pages/login/index",
  127. "style": {
  128. "navigationBarTitleText": "隐私协议"
  129. }
  130. },
  131. {
  132. "path": "pages/login/user",
  133. "style": {
  134. "navigationBarTitleText": "用户协议"
  135. }
  136. },
  137. {
  138. "path": "pages/setupUser/Address",
  139. "style": {
  140. "navigationBarTitleText": "新增地址"
  141. }
  142. },
  143. // {
  144. // "path": "components/volunteerSide/adresss",
  145. // "style": {
  146. // "navigationBarTitleText": "地址列表"
  147. // }
  148. // },
  149. {
  150. "path": "pages/selectAddress/edit",
  151. "style": {
  152. "navigationBarTitleText": "地址编辑"
  153. }
  154. },
  155. {
  156. "path": "pages/qualifications/index",
  157. "style": {
  158. "navigationBarTitleText": "资质管理"
  159. }
  160. }
  161. ]
  162. },
  163. {
  164. "root": "pages_orderuser/pages",
  165. "pages": [
  166. {
  167. "path": "order/orderdetails",
  168. "style": {
  169. "navigationBarTitleText": "消息"
  170. }
  171. },
  172. {
  173. "path": "talk/pages/index/index",
  174. "style": {
  175. "navigationBarTitleText": "消息"
  176. }
  177. }
  178. ]
  179. },
  180. {
  181. "root": "pages_mine",
  182. "pages": [
  183. {
  184. "path": "pages/wallet/index",
  185. "style": {
  186. "navigationBarTitleText": "钱包"
  187. }
  188. },
  189. {
  190. "path": "pages/bad/index",
  191. "style": {
  192. "navigationBarTitleText": "差评申述"
  193. }
  194. },
  195. {
  196. "path": "pages/withdrawal/index",
  197. "style": {
  198. "navigationBarTitleText": "提现"
  199. }
  200. },
  201. {
  202. "path": "pages/income/index",
  203. "style": {
  204. "navigationBarTitleText": "收入明细"
  205. }
  206. },
  207. {
  208. "path": "pages/addBankCard/index",
  209. "style": {
  210. "navigationBarTitleText": "添加银行卡"
  211. }
  212. },
  213. {
  214. "path": "pages/bankCardDetails/index",
  215. "style": {
  216. "navigationBarTitleText": "银行卡详情"
  217. }
  218. },
  219. {
  220. "path": "pages/appeal/index",
  221. "style": {
  222. "navigationBarTitleText": "银行卡详情"
  223. }
  224. },
  225. {
  226. "path": "pages/setupUser/index",
  227. "style": {
  228. "navigationBarTitleText": "设置"
  229. }
  230. },
  231. {
  232. "path": "pages/setupUser/Address",
  233. "style": {
  234. "navigationBarTitleText": "新增地址"
  235. }
  236. },
  237. {
  238. "path": "pages/selectAddress/index",
  239. "style": {
  240. "navigationBarTitleText": "服务地址"
  241. }
  242. },
  243. {
  244. "path": "pages/selectAddress/edit",
  245. "style": {
  246. "navigationBarTitleText": "服务地址修改"
  247. }
  248. },
  249. {
  250. "path": "components/pickerAddress/pickerAddress"
  251. },
  252. {
  253. "path": "pages/setupUser/personalInfo",
  254. "style": {
  255. "navigationBarTitleText": "个人信息"
  256. }
  257. },
  258. {
  259. "path": "pages/integral/index",
  260. "style": {
  261. "navigationBarTitleText": "查看积分"
  262. }
  263. }
  264. ]
  265. },
  266. {
  267. "root": "pages_template/",
  268. "pages": [
  269. {
  270. "path": "pages/citySelect/index",
  271. "style": {
  272. "navigationBarTitleText": "城市选择"
  273. }
  274. },
  275. {
  276. "path": "pages/submitBar/index",
  277. "style": {
  278. "navigationBarTitleText": "提交订单栏"
  279. }
  280. },
  281. {
  282. "path": "pages/comment/index",
  283. "style": {
  284. "navigationBarTitleText": "评论"
  285. }
  286. },
  287. {
  288. "path": "pages/comment/reply",
  289. "style": {
  290. "navigationBarTitleText": "评论详情"
  291. }
  292. },
  293. {
  294. "path": "pages/order/index",
  295. "style": {
  296. "navigationBarTitleText": "订单"
  297. }
  298. },
  299. {
  300. "path": "pages/login/code",
  301. "style": {
  302. "navigationBarTitleText": "登录获取验证码"
  303. }
  304. },
  305. {
  306. "path": "pages/address/index",
  307. "style": {
  308. "navigationBarTitleText": "用户地址"
  309. }
  310. },
  311. {
  312. "path": "pages/address/addSite",
  313. "style": {
  314. "navigationBarTitleText": "添加用户地址"
  315. }
  316. },
  317. {
  318. "path": "components/u-city-select/u-city-select"
  319. }
  320. ]
  321. },
  322. {
  323. "root": "pages_classify",
  324. "pages": [
  325. {
  326. "path": "pages/handle/index",
  327. "style": {
  328. "navigationBarTitleText": "订单处理"
  329. }
  330. },
  331. {
  332. "path": "pages/order/index",
  333. "style": {
  334. "navigationBarTitleText": "订单详情"
  335. }
  336. },
  337. {
  338. "path": "pages/orderItem/orderdetails",
  339. "style": {
  340. "navigationBarTitleText": "详情"
  341. }
  342. },
  343. {
  344. "path": "components/PositioningMap/index"
  345. },
  346. {
  347. "path": "components/Slide/index"
  348. },
  349. {
  350. "path": "pages/orderItem/userComment",
  351. "style": {
  352. "navigationBarTitleText": "评论"
  353. }
  354. },
  355. {
  356. "path": "pages/requestaRefund/requestaRefund",
  357. "style": {
  358. "navigationBarTitleText": "申请退款"
  359. }
  360. },
  361. {
  362. "path": "pages/cancelationOforder/cancelationOforder",
  363. "style": {
  364. "navigationBarTitleText": "取消订单"
  365. }
  366. }
  367. ]
  368. }
  369. ],
  370. "tabBar": {
  371. "custom": true,
  372. "color": "#000000",
  373. "selectedColor": "#000000",
  374. "borderStyle": "white",
  375. "backgroundColor": "#ffffff",
  376. "list": [
  377. {
  378. "pagePath": "pages/index",
  379. "iconPath": "static/images/tabbar/home.png",
  380. "selectedIconPath": "static/images/tabbar/home_.png",
  381. "text": "首页"
  382. },
  383. {
  384. "pagePath": "pages/mallMenu",
  385. "iconPath": "static/images/tabbar/class.png",
  386. "selectedIconPath": "static/images/tabbar/class_.png",
  387. "text": "分类",
  388. "visible": false
  389. },
  390. {
  391. "pagePath": "pages/chat",
  392. "iconPath": "static/images/tabbar/mine.png",
  393. "selectedIconPath": "static/images/tabbar/mine_.png",
  394. "text": "消息"
  395. },
  396. {
  397. "pagePath": "pages/classify",
  398. "iconPath": "static/images/tabbar/work.png",
  399. "selectedIconPath": "static/images/tabbar/work_.png",
  400. "text": "订单"
  401. },
  402. {
  403. "pagePath": "pages/mine/index",
  404. "iconPath": "static/images/tabbar/mine.png",
  405. "selectedIconPath": "static/images/tabbar/mine_.png",
  406. "text": "我的"
  407. }
  408. ]
  409. },
  410. "globalStyle": {
  411. "navigationBarTextStyle": "black",
  412. "navigationBarBackgroundColor": "#FFFFFF"
  413. },
  414. "plugins": {
  415. },
  416. "permission": {
  417. "scope.userLocation": {
  418. "desc": "你的位置信息将用于小程序定位"
  419. },
  420. "scope.userFuzzyLocation": {
  421. "desc": "你的位置信息将用于小程序定位"
  422. }
  423. }
  424. }