From 0a33c8460d60cf315542dfe60bffd14a08cf9495 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 01 Dec 2023 18:16:37 +0800
Subject: [PATCH] 首页逻辑修改,我的小区,圈子点赞评论功能
---
api/system/index.js | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/api/system/index.js b/api/system/index.js
index 054ad79..c5d6e96 100644
--- a/api/system/index.js
+++ b/api/system/index.js
@@ -9,4 +9,16 @@
...params
}
})
-}
\ No newline at end of file
+}
+
+
+//获取快捷拨号
+export const getContact = (params) => {
+ return http.request({
+ url: '/blade-household/household/getHouseholdOtherInfo',
+ method: 'GET',
+ params: {
+ ...params
+ }
+ })
+}
--
Gitblit v1.9.3