修改域名

This commit is contained in:
huangdeliang 2020-10-29 00:14:49 +08:00
parent 207e80b40c
commit 92b2a1214c

View File

@ -352,7 +352,7 @@
}); });
}, },
handleCopy(path) { handleCopy(path) {
this.copyValue = window.location.origin + path; this.copyValue = window.location.origin.replace('long', 'stsign') + path;
const btnCopy = new Clipboard('.copyBtn'); const btnCopy = new Clipboard('.copyBtn');
// btnCopy.destroy(); // btnCopy.destroy();
this.$message({ this.$message({