pages.json 8.3 KB

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