From 0dd41bd8cee430d3a948b89c664cb511c400993c Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Fri, 12 Aug 2022 19:11:46 +0800 Subject: [PATCH] 新增链接添加按钮,优化Dplayer播放 --- src/components/group/tool.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/group/tool.vue b/src/components/group/tool.vue index cfba8a6..1e503fa 100644 --- a/src/components/group/tool.vue +++ b/src/components/group/tool.vue @@ -63,7 +63,7 @@ }, methods: { addLink() { - this.$message.info("添加友链中..") + this.$emit('addLink') }, showMessage() { this.$emit('showMessage') -- Gitblit v1.9.1