diff --git a/src/views/system/firendshipLinkManage/FriendshipLinkList.vue b/src/views/system/firendshipLinkManage/FriendshipLinkList.vue
index 0194d51..c66ff57 100644
--- a/src/views/system/firendshipLinkManage/FriendshipLinkList.vue
+++ b/src/views/system/firendshipLinkManage/FriendshipLinkList.vue
@@ -52,6 +52,14 @@
+
+
+ {{ text || global.emptyLine }}
+ {{ text }}
+ {{ global.emptyLine }}
+
+
+
{{ $t('edit') }}
@@ -135,7 +143,10 @@ export default {
}
},
methods: {
- isHasPermission
+ isHasPermission,
+ toLink (href) {
+ window.open(href)
+ }
}
}