猫妈狗爸伴宠师小程序前端代码
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.

428 lines
8.8 KiB

9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. // customhttps://ask.dcloud.net.cn/question/131175
  5. "custom": {
  6. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  7. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  8. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  9. }
  10. },
  11. "pages": [
  12. {
  13. "path": "pages/workbenchManage/index",
  14. "style": {
  15. "navigationBarTitleText": "工作台"
  16. }
  17. },
  18. {
  19. "path": "pages/orderTakingManage/index",
  20. "style": {
  21. "navigationBarTitleText": "接单大厅"
  22. }
  23. },
  24. {
  25. "path": "pages/myOrdersManage/index",
  26. "style": {
  27. "navigationBarTitleText": "我的订单"
  28. }
  29. },
  30. {
  31. "path": "pages/userManage/index",
  32. "style": {
  33. "navigationBarTitleText": "我的"
  34. }
  35. },
  36. {
  37. "path": "pages/test/index",
  38. "style": {
  39. "navigationBarTitleText": "测试"
  40. }
  41. },
  42. {
  43. "path": "pages/login/index",
  44. "style": {
  45. "navigationBarTitleText": "登录"
  46. }
  47. }
  48. ],
  49. "subPackages": [{
  50. "root": "otherPages/authentication",
  51. //
  52. "pages": [{
  53. "path": "list/index",
  54. "style": {
  55. "navigationBarTitleText": "伴宠师认证"
  56. }
  57. }, {
  58. "path": "examination/start",
  59. "style": {
  60. "navigationBarTitleText": "伴宠师认证"
  61. }
  62. }, {
  63. "path": "examination/base",
  64. "style": {
  65. "navigationBarTitleText": "基础考核"
  66. }
  67. },
  68. {
  69. "path": "training/index",
  70. "style": {
  71. "navigationBarTitleText": "培训考核"
  72. }
  73. },
  74. {
  75. "path": "examination/end",
  76. "style": {
  77. "navigationBarTitleText": "伴宠师认证"
  78. }
  79. }, {
  80. "path": "examination/detail",
  81. "style": {
  82. "navigationBarTitleText": "伴宠师认证"
  83. }
  84. }, {
  85. "path": "serve/index",
  86. "style": {
  87. "navigationBarTitleText": "服务信息"
  88. }
  89. }, {
  90. "path": "serve/record",
  91. "style": {
  92. "navigationBarTitleText": "服务记录"
  93. }
  94. }, {
  95. "path": "serve/upload",
  96. "style": {
  97. "navigationBarTitleText": "服务记录上传"
  98. }
  99. }, {
  100. "path": "connectAddress/index",
  101. "style": {
  102. "navigationBarTitleText": "接单地址"
  103. }
  104. }, {
  105. "path": "completed/index",
  106. "style": {
  107. "navigationBarTitleText": "伴宠师认证"
  108. }
  109. }, {
  110. "path": "training/detail",
  111. "style": {
  112. "navigationBarTitleText": "伴宠师认证"
  113. }
  114. }, {
  115. "path": "training/base",
  116. "style": {
  117. "navigationBarTitleText": "伴宠师认证"
  118. }
  119. }]
  120. },
  121. {
  122. "root": "otherPages/binding",
  123. //
  124. "pages": [{
  125. "path": "list/index",
  126. "style": {
  127. "navigationBarTitleText": "绑定用户"
  128. }
  129. }, {
  130. "path": "share/index",
  131. "style": {
  132. "navigationBarTitleText": "分享海报"
  133. }
  134. }, {
  135. "path": "myUser/index",
  136. "style": {
  137. "navigationBarTitleText": "我的用户"
  138. }
  139. }, {
  140. "path": "partner/index",
  141. "style": {
  142. "navigationBarTitleText": "合伙人钱包明细"
  143. }
  144. }, {
  145. "path": "withdrawal/index",
  146. "style": {
  147. "navigationBarTitleText": "提现"
  148. }
  149. }, {
  150. "path": "grade/index",
  151. "style": {
  152. "navigationBarTitleText": "我的等级"
  153. }
  154. }, {
  155. "path": "grade/detail",
  156. "style": {
  157. "navigationBarTitleText": "我的等级"
  158. }
  159. }, {
  160. "path": "wallet/index",
  161. "style": {
  162. "navigationBarTitleText": "我的钱包"
  163. }
  164. }]
  165. },
  166. {
  167. "root": "otherPages/orderTakingManage",
  168. //
  169. "pages": [{
  170. "path": "list/index"
  171. },
  172. {
  173. "path": "detail/index",
  174. "style": {
  175. "navigationBarTitleText": "订单详情"
  176. }
  177. }, {
  178. "path": "pet/index",
  179. "style": {
  180. "navigationBarTitleText": "宠物信息"
  181. }
  182. }, {
  183. "path": "pet/detail",
  184. "style": {
  185. "navigationBarTitleText": "宠物信息"
  186. }
  187. }, {
  188. "path": "evaluate/index",
  189. "style": {
  190. "navigationBarTitleText": "我的评价"
  191. }
  192. }, {
  193. "path": "create/index",
  194. "style": {
  195. "navigationBarTitleText": "创建宠物档案"
  196. }
  197. }
  198. ]
  199. },
  200. {
  201. "root": "otherPages/myOrdersManage",
  202. //
  203. "pages": [{
  204. "path": "list/index"
  205. },
  206. {
  207. "path": "bond/index",
  208. "style": {
  209. "navigationBarTitleText": "保证金"
  210. }
  211. }, {
  212. "path": "bond/detail",
  213. "style": {
  214. "navigationBarTitleText": "保证金"
  215. }
  216. }, {
  217. "path": "withdrawal/index",
  218. "style": {
  219. "navigationBarTitleText": "提现"
  220. }
  221. }, {
  222. "path": "detail/index",
  223. "style": {
  224. "navigationBarTitleText": "保证金退还"
  225. }
  226. }, {
  227. "path": "transaction/index",
  228. "style": {
  229. "navigationBarTitleText": "交易明细"
  230. }
  231. }, {
  232. "path": "date/index",
  233. "style": {
  234. "navigationBarTitleText": "不接单日期"
  235. }
  236. }, {
  237. "path": "date/detail",
  238. "style": {
  239. "navigationBarTitleText": "不接单日期"
  240. }
  241. }, {
  242. "path": "service/index",
  243. "style": {
  244. "navigationBarTitleText": "服务档案"
  245. }
  246. }, {
  247. "path": "service/detail",
  248. "style": {
  249. "navigationBarTitleText": "服务档案"
  250. }
  251. }, {
  252. "path": "service/base",
  253. "style": {
  254. "navigationBarTitleText": "服务档案"
  255. }
  256. }, {
  257. "path": "service/add",
  258. "style": {
  259. "navigationBarTitleText": "服务档案"
  260. }
  261. }, {
  262. "path": "service/dog",
  263. "style": {
  264. "navigationBarTitleText": "服务档案"
  265. }
  266. }, {
  267. "path": "clock/index",
  268. "style": {
  269. "navigationBarTitleText": "打卡"
  270. }
  271. }, {
  272. "path": "clock/detail",
  273. "style": {
  274. "navigationBarTitleText": "打卡记录"
  275. }
  276. }
  277. ]
  278. },
  279. {
  280. "root": "otherPages/workbenchManage",
  281. //
  282. "pages": [{
  283. "path": "bindUser/index",
  284. "style": {
  285. "navigationBarTitleText": "绑定用户"
  286. }
  287. },
  288. {
  289. "path": "myUser/index",
  290. "style": {
  291. "navigationBarTitleText": "我的用户"
  292. }
  293. },
  294. {
  295. "path": "myLevel/index",
  296. "style": {
  297. "navigationBarTitleText": "我的等级"
  298. }
  299. }, {
  300. "path": "myWallet/index",
  301. "style": {
  302. "navigationBarTitleText": "我的钱包"
  303. }
  304. },
  305. //
  306. {
  307. "path": "feedingStaff/index",
  308. "style": {
  309. "navigationBarTitleText": "喂养师认证"
  310. }
  311. },
  312. {
  313. "path": "examNotice/index",
  314. "style": {
  315. "navigationBarTitleText": "养宠经验考试须知"
  316. }
  317. },
  318. {
  319. "path": "startExam/index",
  320. "style": {
  321. "navigationBarTitleText": "基础考试"
  322. }
  323. },
  324. {
  325. "path": "trainingExamination/index",
  326. "style": {
  327. "navigationBarTitleText": "考试培训"
  328. }
  329. },
  330. {
  331. "path": "shortAnswer/index",
  332. "style": {
  333. "navigationBarTitleText": "培训考试"
  334. }
  335. },
  336. {
  337. "path": "queryResults/index",
  338. "style": {
  339. "navigationBarTitleText": "考试结果"
  340. }
  341. }
  342. ]
  343. },
  344. {
  345. "root": "otherPages/userManage",
  346. //
  347. "pages": [{
  348. "path": "list/index"
  349. },
  350. {
  351. "path": "record/index",
  352. "style": {
  353. "navigationBarTitleText": "服务记录"
  354. }
  355. }
  356. ]
  357. }
  358. ],
  359. //
  360. "preloadRule": {
  361. // pages/orderTakingManage/indexotherPages/orderTakingManage
  362. "pages/orderTakingManage/index": {
  363. "network": "all",
  364. //allwifiwifi
  365. "packages": [
  366. "otherPages/orderTakingManage"
  367. ]
  368. //
  369. },
  370. "pages/myOrdersManage/index": {
  371. "network": "all",
  372. "packages": [
  373. "otherPages/myOrdersManage"
  374. ]
  375. },
  376. "pages/workbenchManage/index": {
  377. "network": "all",
  378. "packages": [
  379. "otherPages/workbenchManage"
  380. ]
  381. },
  382. "pages/userManage/index": {
  383. "network": "all",
  384. "packages": [
  385. "otherPages/userManage"
  386. ]
  387. }
  388. },
  389. "tabBar": {
  390. "color": "#999",
  391. "selectedColor": "#333",
  392. "borderStyle": "white",
  393. "backgroundColor": "#ffffff",
  394. "list": [{
  395. "pagePath": "pages/workbenchManage/index",
  396. "iconPath": "/static/images/tabBar/home.png",
  397. "selectedIconPath": "/static/images/tabBar/home_.png",
  398. "text": "工作台"
  399. },
  400. {
  401. "pagePath": "pages/orderTakingManage/index",
  402. "iconPath": "/static/images/tabBar/home.png",
  403. "selectedIconPath": "/static/images/tabBar/home_.png",
  404. "text": "接单大厅"
  405. },
  406. {
  407. "pagePath": "pages/myOrdersManage/index",
  408. "iconPath": "/static/images/tabBar/mine.png",
  409. "selectedIconPath": "/static/images/tabBar/mine_.png",
  410. "text": "我的订单"
  411. },
  412. {
  413. "pagePath": "pages/userManage/index",
  414. "iconPath": "/static/images/tabBar/mine.png",
  415. "selectedIconPath": "/static/images/tabBar/mine_.png",
  416. "text": "我的"
  417. }
  418. ]
  419. },
  420. "globalStyle": {
  421. "navigationBarTextStyle": "white",
  422. "navigationBarTitleText": "uni-app",
  423. "navigationBarBackgroundColor": "#FFBF60"
  424. }
  425. }