From 92b2a1214c7c1c3425be1831b9cf8ef6949c1f50 Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Thu, 29 Oct 2020 00:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/custom/contract/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/custom/contract/index.vue b/ruoyi-ui/src/views/custom/contract/index.vue index 889e963d0..8f8a9176d 100644 --- a/ruoyi-ui/src/views/custom/contract/index.vue +++ b/ruoyi-ui/src/views/custom/contract/index.vue @@ -352,7 +352,7 @@ }); }, handleCopy(path) { - this.copyValue = window.location.origin + path; + this.copyValue = window.location.origin.replace('long', 'stsign') + path; const btnCopy = new Clipboard('.copyBtn'); // btnCopy.destroy(); this.$message({