更新服务器配置

This commit is contained in:
huangdeliang
2020-11-03 22:04:21 +08:00
parent 25d2f2d031
commit 1d96f1f199
4 changed files with 7 additions and 7 deletions

View File

@ -387,7 +387,7 @@
});
},
handleCopy(path) {
this.copyValue = window.location.origin.replace('long', 'stsign') + path;
this.copyValue = window.location.origin.replace('manage', 'sign') + path;
const btnCopy = new Clipboard('.copyBtn');
this.$message({
message: '拷贝成功',
@ -396,7 +396,7 @@
// btnCopy.destroy();
},
handleLook(path) {
const url = window.location.origin.replace('long', 'stsign') + path;
const url = window.location.origin.replace('manage', 'sign') + path;
// const url = "http://stsign.busyinn.com" + path;
window.open(url, '_blank');
}