pages.json 8.3 KB

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