From 1afa8d0c92641ecb788f7fbe56d3443d30a64ff4 Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 31 Jul 2024 18:03:27 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E5=8F=8B=E6=83=85=E9=93=BE=E6=8E=A5]?= =?UTF-8?q?=20=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/dashboard.js | 6 +- .../dashboard/modules/FriendLinkCard.vue | 10 +-- .../FriendshipLinkList.vue | 78 +++---------------- 3 files changed, 18 insertions(+), 76 deletions(-) diff --git a/src/api/dashboard.js b/src/api/dashboard.js index 298a04b..3d60c5d 100644 --- a/src/api/dashboard.js +++ b/src/api/dashboard.js @@ -56,6 +56,9 @@ const getNewestEnterEnStandard = (params) => getAction('/laws/localTool/standard // 将实施标准 const getWillImplementStandards = (params) => getAction('/laws/localTool/standardEarlyWarning/latestImplement', params) +// 友情链接列表 +const getFriendlyLinkList = (params) => getAction('/sys/lawsFriendlyLinks/list', params) + export { getSearchHistoryData, deleteSearchHistoryById, @@ -81,5 +84,6 @@ export { getHomeNewStandard, getNewestEnterStandard, getNewestEnterEnStandard, - getWillImplementStandards + getWillImplementStandards, + getFriendlyLinkList } diff --git a/src/views/dashboard/modules/FriendLinkCard.vue b/src/views/dashboard/modules/FriendLinkCard.vue index 8aec043..10264ad 100644 --- a/src/views/dashboard/modules/FriendLinkCard.vue +++ b/src/views/dashboard/modules/FriendLinkCard.vue @@ -19,7 +19,8 @@