Skip to content

Commit 5980527

Browse files
committed
add:管理页面页码+Banner配置
1 parent a58102a commit 5980527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ <h1 @click="copyText(file.code,0)" style="margin: 0;display: inline;cursor: poin
313313
},
314314
copyText: function (value, style = 1) {
315315
if (style === 0) {
316-
value = '我在分享了给你文件,取件码:${value},${window.location.href}?code=${value}';
316+
value = `我在分享了给你文件,取件码:${value}${window.location.href}?code=${value}`;
317317
}
318318
const input = document.createElement('input');
319319
input.setAttribute('readonly', 'readonly');

0 commit comments

Comments
 (0)