Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
f6e3f6cc
Commit
f6e3f6cc
authored
Dec 27, 2019
by
tianbj
Browse files
提示
parent
39d5e8ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/cms/category/index.ftl
View file @
f6e3f6cc
...
...
@@ -142,7 +142,11 @@ var indexVue = new Vue({
var
clipboard
=
new
C
lipboardJS
(
'
.copyBtn
'
)
;
var
self
=
this
;
clipboard
.on
(
'
success
'
,
function
(
e
)
{
self
.
$message
.success
(
'链接数据已保存到剪切板'
)
;
self
.
$notify
({
title
:
'提示'
,
message
:
"链接地址已保存到剪切板"
,
type
:
'
success
'
})
;
clipboard
.destroy
()
;
})
;
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment