pages.json 8.6 KB

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