Commit f6e3f6cc authored by tianbj's avatar tianbj

提示

parent 39d5e8ab
......@@ -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();
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment