add:管理页面页码+Banner配置

This commit is contained in:
lan
2022-12-19 18:50:36 +08:00
parent 459b809c7b
commit a3e34075ab
+1 -1
View File
@@ -313,7 +313,7 @@
},
copyText: function (value, style = 1) {
if (style === 0) {
value = '我在分享了给你文件,取件码:${value}${window.location.href}?code=${value}';
value = `我在分享了给你文件取件码${value}${window.location.href}?code=${value}`;
}
const input = document.createElement('input');
input.setAttribute('readonly', 'readonly');