pages.json 6.9 KB

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