mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update admin.js
This commit is contained in:
parent
42cbedd4f5
commit
67898cfc52
@ -980,8 +980,8 @@ $(function () {
|
|||||||
(function (content, $textarea) {
|
(function (content, $textarea) {
|
||||||
$body.append($textarea.val(content)), $textarea.select();
|
$body.append($textarea.val(content)), $textarea.select();
|
||||||
document.execCommand('Copy') ? $.msg.tips('已复制到剪贴板!') : $.msg.tips('请使用鼠标操作复制!');
|
document.execCommand('Copy') ? $.msg.tips('已复制到剪贴板!') : $.msg.tips('请使用鼠标操作复制!');
|
||||||
$textarea.unselect(), $textarea.remove();
|
$textarea.remove();
|
||||||
})(this.dataset.copy, $('<textarea style="position:fixed;top:-500px"></textarea>'));
|
})(this.dataset.copy, $('<textarea readonly style="position:fixed;top:-500px"></textarea>'));
|
||||||
});
|
});
|
||||||
|
|
||||||
/*! 异步任务状态监听与展示 */
|
/*! 异步任务状态监听与展示 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user