From 770c9a4970ea8b1c7a5066c60096080ec27772b9 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 27 Nov 2023 09:15:30 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E9=A6=96=E9=A1=B5=E5=8F=8B=E6=83=85?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E7=82=B9=E5=87=BB=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/modules/FriendLinkCard.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/dashboard/modules/FriendLinkCard.vue b/src/views/dashboard/modules/FriendLinkCard.vue index 643cf946..43c7b9a3 100644 --- a/src/views/dashboard/modules/FriendLinkCard.vue +++ b/src/views/dashboard/modules/FriendLinkCard.vue @@ -6,7 +6,7 @@ 更多链接
-
+
{{ item.name }}
@@ -49,6 +49,11 @@ export default { this.$router.push({ path: '/isystem/friendshipLink' }) + }, + // 点击链接 + clickLink (record) { + const href = record.link + window.open(href) } } } @@ -75,5 +80,6 @@ export default { color: @primary-color; text-align: center; background-image: url('../../../assets/image/dashboardLinkBack.png'); + cursor: pointer; }