From b93caf1386e3c23f950a4eab04c5d44c67eef00c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?=
<1262327911@qq.com>
Date: Sat, 11 Jun 2022 14:23:16 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E5=8F=91=E5=B8=83?=
=?UTF-8?q?=E5=BC=B9=E7=AA=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ContentHeader/headerRightBtn/index.vue | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/src/views/chart/ContentHeader/headerRightBtn/index.vue b/src/views/chart/ContentHeader/headerRightBtn/index.vue
index 1257ce39..34e2adb5 100644
--- a/src/views/chart/ContentHeader/headerRightBtn/index.vue
+++ b/src/views/chart/ContentHeader/headerRightBtn/index.vue
@@ -31,18 +31,20 @@
{{ previewPath() }}
-
- 复制地址
-
+
+
+ 复制地址
+
+
+ {{ release ? '取消发布' : '发布大屏' }}
+
+
- 取消
-
- {{ release ? '取消发布' : '发布' }}
-
+ 关闭弹窗
@@ -136,7 +138,7 @@ const modelShowHandle = () => {
// 复制预览地址
const copyPreviewPath = (successText?: string, failureText?: string) => {
- if(isSupported) {
+ if (isSupported) {
copy()
window['$message'].success(successText || '复制成功!')
} else {