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 @@