You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

470 lines
12 KiB

1 month ago
1 week ago
1 month ago
1 month ago
1 month ago
1 month ago
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. // customhttps://ask.dcloud.net.cn/question/131175
  5. "custom": {
  6. "^u--(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  7. "^up-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  8. "^u-([^-].*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  9. }
  10. },
  11. "pages": [{
  12. "path": "pages/index",
  13. "style": {
  14. "navigationBarTitleText": "",
  15. "navigationBarBackgroundColor": "#FFBF60",
  16. "navigationBarTextStyle": "white",
  17. "mp-weixin": {
  18. "navigationStyle": "custom",
  19. "usingComponents": {
  20. "send-coupon": "plugin://sendCoupon/send-coupon"
  21. }
  22. }
  23. }
  24. },
  25. {
  26. "path": "pages/details/augmentedProduct",
  27. "style": {
  28. "navigationBarTitleText": "附加产品",
  29. "navigationBarBackgroundColor": "#FFBF60",
  30. "navigationBarTextStyle": "white"
  31. }
  32. }, {
  33. "path": "pages/details/service",
  34. "style": {
  35. "navigationBarTitleText": "选择服务",
  36. "navigationBarBackgroundColor": "#FFBF60",
  37. "navigationBarTextStyle": "white"
  38. }
  39. }, {
  40. "path": "pages/details/confirm",
  41. "style": {
  42. "navigationBarTitleText": "确认预约信息",
  43. "navigationBarBackgroundColor": "#FFBF60",
  44. "navigationBarTextStyle": "white"
  45. }
  46. }, {
  47. "path": "pages/details/successful",
  48. "style": {
  49. "navigationBarTitleText": "预约成功",
  50. "navigationBarBackgroundColor": "#FFBF60",
  51. "navigationBarTextStyle": "white"
  52. }
  53. }, {
  54. "path": "pages/details/detail",
  55. "style": {
  56. "navigationBarTitleText": "套餐详情",
  57. "navigationBarBackgroundColor": "#FFBF60",
  58. "enablePullDownRefresh": false,
  59. "navigationBarTextStyle": "white"
  60. }
  61. }, {
  62. "path": "pages/details/agreement",
  63. "style": {
  64. "navigationBarTitleText": "",
  65. "enablePullDownRefresh": false
  66. }
  67. }, {
  68. "path": "pages/details/privacy",
  69. "style": {
  70. "navigationBarTitleText": "",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path": "pages/details/order",
  76. "style": {
  77. "navigationBarTitleText": "我的订单",
  78. "navigationBarBackgroundColor": "#FFBF60",
  79. "enablePullDownRefresh": false,
  80. "navigationBarTextStyle": "white"
  81. }
  82. }, {
  83. "path": "pages/details/walk",
  84. "style": {
  85. "navigationBarTitleText": "专业遛狗",
  86. "enablePullDownRefresh": false,
  87. "navigationBarBackgroundColor": "#FFBF60",
  88. "navigationBarTextStyle": "white"
  89. }
  90. }, {
  91. "path": "pages/details/feed",
  92. "style": {
  93. "navigationBarTitleText": "专业喂养",
  94. "navigationBarBackgroundColor": "#FFBF60",
  95. "enablePullDownRefresh": false,
  96. "navigationBarTextStyle": "white"
  97. }
  98. }, {
  99. "path": "pages/common/kefu",
  100. "style": {
  101. "navigationBarTitleText": "",
  102. "enablePullDownRefresh": false
  103. }
  104. },
  105. {
  106. "path": "pages/personalCenter/index",
  107. "style": {
  108. "navigationBarTitleText": "个人中心",
  109. "navigationBarBackgroundColor": "#FFBF60",
  110. "enablePullDownRefresh": false,
  111. "navigationBarTextStyle": "white"
  112. }
  113. },
  114. {
  115. "path": "pages/personalCenter/member",
  116. "style": {
  117. "navigationBarTitleText": "会员权益",
  118. "navigationBarBackgroundColor": "#FFBF60",
  119. "enablePullDownRefresh": false,
  120. "navigationBarTextStyle": "white"
  121. }
  122. },
  123. {
  124. "path": "pages/personalCenter/point",
  125. "style": {
  126. "navigationBarTitleText": "积分明细",
  127. "navigationBarBackgroundColor": "#FFBF60",
  128. "enablePullDownRefresh": false,
  129. "navigationBarTextStyle": "white"
  130. }
  131. },
  132. {
  133. "path": "pages/personalCenter/collect",
  134. "style": {
  135. "navigationBarTitleText": "集点卡",
  136. "navigationBarBackgroundColor": "#FFBF60",
  137. "enablePullDownRefresh": false,
  138. "navigationBarTextStyle": "white"
  139. }
  140. },
  141. {
  142. "path": "pages/personalCenter/coupon",
  143. "style": {
  144. "navigationBarTitleText": "卡券",
  145. "navigationBarBackgroundColor": "#FFBF60",
  146. "enablePullDownRefresh": false,
  147. "navigationBarTextStyle": "white"
  148. }
  149. },
  150. {
  151. "path": "pages/personalCenter/orderDetailImage",
  152. "style": {
  153. "navigationBarTitleText": "当前订单",
  154. "navigationBarBackgroundColor": "#FFBF60",
  155. "enablePullDownRefresh": false,
  156. "navigationBarTextStyle": "white"
  157. }
  158. },
  159. {
  160. "path": "pages/personalCenter/pet",
  161. "style": {
  162. "navigationBarTitleText": "宠物档案",
  163. "navigationBarBackgroundColor": "#FFBF60",
  164. "enablePullDownRefresh": false,
  165. "navigationBarTextStyle": "white"
  166. }
  167. },
  168. {
  169. "path": "pages/personalCenter/petInfo",
  170. "style": {
  171. "navigationBarTitleText": "宠物档案",
  172. "navigationBarBackgroundColor": "#FFBF60",
  173. "enablePullDownRefresh": false,
  174. "navigationBarTextStyle": "white"
  175. }
  176. },
  177. {
  178. "path": "pages/personalCenter/address",
  179. "style": {
  180. "navigationBarTitleText": "地址电话",
  181. "navigationBarBackgroundColor": "#FFBF60",
  182. "enablePullDownRefresh": false,
  183. "navigationBarTextStyle": "white"
  184. }
  185. },
  186. {
  187. "path": "pages/personalCenter/addressInfo",
  188. "style": {
  189. "navigationBarTitleText": "地址电话",
  190. "navigationBarBackgroundColor": "#FFBF60",
  191. "enablePullDownRefresh": false,
  192. "navigationBarTextStyle": "white"
  193. }
  194. },
  195. {
  196. "path": "pages/personalCenter/lock",
  197. "style": {
  198. "navigationBarTitleText": "门锁类型",
  199. "navigationBarBackgroundColor": "#FFBF60",
  200. "enablePullDownRefresh": false,
  201. "navigationBarTextStyle": "white"
  202. }
  203. },
  204. {
  205. "path": "pages/personalCenter/service",
  206. "style": {
  207. "navigationBarTitleText": "服务档案",
  208. "navigationBarBackgroundColor": "#FFBF60",
  209. "enablePullDownRefresh": false,
  210. "navigationBarTextStyle": "white"
  211. }
  212. },
  213. {
  214. "path": "pages/personalCenter/serviceInfo",
  215. "style": {
  216. "navigationBarTitleText": "服务档案",
  217. "navigationBarBackgroundColor": "#FFBF60",
  218. "enablePullDownRefresh": false,
  219. "navigationBarTextStyle": "white"
  220. }
  221. },
  222. {
  223. "path": "pages/newOrder/serviceNew",
  224. "style": {
  225. "navigationBarTitleText": "选择服务",
  226. "navigationBarBackgroundColor": "#FFBF60",
  227. "enablePullDownRefresh": false,
  228. "navigationBarTextStyle": "white"
  229. }
  230. },
  231. {
  232. "path": "pages/newOrder/address",
  233. "style": {
  234. "navigationBarTitleText": "添加地址",
  235. "navigationBarBackgroundColor": "#FFBF60",
  236. "enablePullDownRefresh": false,
  237. "navigationBarTextStyle": "white"
  238. }
  239. },
  240. {
  241. "path": "pages/newOrder/addressList",
  242. "style": {
  243. "navigationBarTitleText": "选择地址",
  244. "navigationBarBackgroundColor": "#FFBF60",
  245. "enablePullDownRefresh": false,
  246. "navigationBarTextStyle": "white"
  247. }
  248. },
  249. {
  250. "path": "pages/newOrder/petList",
  251. "style": {
  252. "navigationBarTitleText": "选择宠物",
  253. "navigationBarBackgroundColor": "#FFBF60",
  254. "enablePullDownRefresh": false,
  255. "navigationBarTextStyle": "white"
  256. }
  257. },
  258. {
  259. "path": "pages/newOrder/serviceNew2",
  260. "style": {
  261. "navigationBarTitleText": "服务下单",
  262. "navigationBarBackgroundColor": "#FFBF60",
  263. "enablePullDownRefresh": false,
  264. "navigationBarTextStyle": "white"
  265. }
  266. },
  267. {
  268. "path": "pages/newOrder/confirmOrder",
  269. "style": {
  270. "navigationBarTitleText": "确认订单",
  271. "navigationBarBackgroundColor": "#FFBF60",
  272. "enablePullDownRefresh": false,
  273. "navigationBarTextStyle": "white"
  274. }
  275. },
  276. {
  277. "path": "pages/companionPetList/companionPetList",
  278. "style": {
  279. "navigationBarTitleText": "周边伴宠师",
  280. "navigationBarBackgroundColor": "#FFBF60",
  281. "enablePullDownRefresh": false,
  282. "navigationBarTextStyle": "white"
  283. }
  284. },
  285. {
  286. "path": "pages/companionPetList/companionPetInfo",
  287. "style": {
  288. "navigationBarTitleText": "伴宠师主页",
  289. "navigationBarBackgroundColor": "#FFBF60",
  290. "enablePullDownRefresh": false,
  291. "navigationBarTextStyle": "white"
  292. }
  293. },
  294. {
  295. "path": "pages/companionPetList/couponList",
  296. "style": {
  297. "navigationBarTitleText": "领券中心",
  298. "navigationBarBackgroundColor": "#FFBF60",
  299. "enablePullDownRefresh": false,
  300. "navigationBarTextStyle": "white"
  301. }
  302. },
  303. {
  304. "path": "pages/personalCenter/userInfo",
  305. "style": {
  306. "navigationBarTitleText": "个人信息",
  307. "navigationBarBackgroundColor": "#FFBF60",
  308. "enablePullDownRefresh": false,
  309. "navigationBarTextStyle": "white"
  310. }
  311. }
  312. ],
  313. "preloadRule": {
  314. "pages/personalCenter/index": {
  315. "network": "all",
  316. "packages": ["pages_order"]
  317. }
  318. },
  319. "subPackages": [
  320. {
  321. "root": "pages_order",
  322. "pages": [
  323. {
  324. "path": "task/taskList",
  325. "style": {
  326. "navigationBarTitleText": "任务中心",
  327. "navigationBarBackgroundColor": "#FFBF60",
  328. "enablePullDownRefresh": false,
  329. "navigationBarTextStyle": "white"
  330. }
  331. },
  332. {
  333. "path": "task/taskDetail",
  334. "style": {
  335. "navigationBarTitleText": "任务详情",
  336. "navigationBarBackgroundColor": "#FFBF60",
  337. "enablePullDownRefresh": false,
  338. "navigationBarTextStyle": "white"
  339. }
  340. },
  341. {
  342. "path": "task/taskUpload",
  343. "style": {
  344. "navigationBarTitleText": "任务上传",
  345. "navigationBarBackgroundColor": "#FFBF60",
  346. "enablePullDownRefresh": false,
  347. "navigationBarTextStyle": "white"
  348. }
  349. },
  350. {
  351. "path": "order/payOrderSuccessful",
  352. "style": {
  353. "navigationBarTitleText": "预约成功",
  354. "navigationBarBackgroundColor": "#FFBF60",
  355. "enablePullDownRefresh": false,
  356. "navigationBarTextStyle": "white"
  357. }
  358. },
  359. {
  360. "path": "order/orderList",
  361. "style": {
  362. "navigationBarTitleText": "订单列表",
  363. "navigationBarBackgroundColor": "#FFBF60",
  364. "enablePullDownRefresh": false,
  365. "navigationBarTextStyle": "white"
  366. }
  367. },
  368. {
  369. "path": "order/orderDetail",
  370. "style": {
  371. "navigationBarTitleText": "订单详情",
  372. "navigationBarBackgroundColor": "#FFBF60",
  373. "enablePullDownRefresh": false,
  374. "navigationBarTextStyle": "white"
  375. }
  376. },
  377. {
  378. "path": "order/orderReview",
  379. "style": {
  380. "navigationBarTitleText": "评价订单",
  381. "navigationBarBackgroundColor": "#FFBF60",
  382. "enablePullDownRefresh": false,
  383. "navigationBarTextStyle": "white"
  384. }
  385. },
  386. {
  387. "path": "order/companionSelect",
  388. "style": {
  389. "navigationBarTitleText": "服务过的伴宠师",
  390. "navigationBarBackgroundColor": "#FFBF60",
  391. "enablePullDownRefresh": false,
  392. "navigationBarTextStyle": "white"
  393. }
  394. },
  395. {
  396. "path": "order/orderModify",
  397. "style": {
  398. "navigationBarTitleText": "服务过的伴宠师",
  399. "navigationBarBackgroundColor": "#FFBF60",
  400. "enablePullDownRefresh": false,
  401. "navigationBarTextStyle": "white"
  402. }
  403. },
  404. {
  405. "path": "mine/InvitationCode",
  406. "style": {
  407. "navigationBarTitleText": "邀请绑定",
  408. "navigationBarBackgroundColor": "#FFBF60",
  409. "enablePullDownRefresh": false,
  410. "navigationBarTextStyle": "white"
  411. }
  412. }
  413. ]
  414. }
  415. ],
  416. "tabBar": {
  417. "color": "#999",
  418. "selectedColor": "#333",
  419. "borderStyle": "white",
  420. "backgroundColor": "#ffffff",
  421. "list": [{
  422. "pagePath": "pages/index",
  423. "iconPath": "./static/images/tabBar/home.png",
  424. "selectedIconPath": "./static/images/tabBar/home_.png",
  425. "text": "首页"
  426. }, {
  427. "pagePath": "pages/details/feed",
  428. "iconPath": "./static/images/tabBar/cat.png",
  429. "selectedIconPath": "./static/images/tabBar/cat_.png",
  430. "text": "喂养"
  431. },
  432. {
  433. "pagePath": "pages/details/walk",
  434. "iconPath": "./static/images/tabBar/dog.png",
  435. "selectedIconPath": "./static/images/tabBar/dog_.png",
  436. "text": "遛狗"
  437. }, {
  438. "pagePath": "pages/personalCenter/index",
  439. "iconPath": "./static/images/tabBar/mine.png",
  440. "selectedIconPath": "./static/images/tabBar/mine_.png",
  441. "text": "我的"
  442. }
  443. ]
  444. },
  445. "globalStyle": {
  446. "navigationBarTextStyle": "black",
  447. "navigationBarTitleText": "猫妈狗爸",
  448. "navigationBarBackgroundColor": "#FFFFFF"
  449. }
  450. // "condition" : { //
  451. // "current": 0, //(list )
  452. // "list": [
  453. // {
  454. // "name": "companion pet info", //
  455. // "path": "pages/companionPetList/companionPetInfo", //
  456. // "query": "" //onLoad
  457. // }
  458. // ]
  459. // }
  460. }