From f6e3f6cc1af48e6d832708505d4c562a1d235b3b Mon Sep 17 00:00:00 2001 From: tianbj <1309855586@qq.com> Date: Fri, 27 Dec 2019 17:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/manager/cms/category/index.ftl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/manager/cms/category/index.ftl b/src/main/webapp/WEB-INF/manager/cms/category/index.ftl index 81c0e8c1..6e215d53 100644 --- a/src/main/webapp/WEB-INF/manager/cms/category/index.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/category/index.ftl @@ -142,7 +142,11 @@ var indexVue = new Vue({ var clipboard = new ClipboardJS('.copyBtn'); var self = this; clipboard.on('success', function (e) { - self.$message.success('链接数据已保存到剪切板'); + self.$notify({ + title: '提示', + message: "链接地址已保存到剪切板", + type: 'success' + }); clipboard.destroy(); }); },