pages.json 8.3 KB

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