From f4d37879fb2a0a642d4c2e7a02216c8e4de2493f Mon Sep 17 00:00:00 2001 From: xc Date: Wed, 10 Sep 2025 15:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=EF=BC=8C=E5=90=8C=E6=97=B6=E5=8F=98=E4=B8=BA=E6=A0=B9=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/afvue/src/views/Sfilecompare.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/vue/afvue/src/views/Sfilecompare.vue b/vue/afvue/src/views/Sfilecompare.vue index f7f8401..0135480 100644 --- a/vue/afvue/src/views/Sfilecompare.vue +++ b/vue/afvue/src/views/Sfilecompare.vue @@ -4,7 +4,7 @@
- @@ -114,7 +114,7 @@ export default { } if(nflag==2){ sel = this.$refs.ssip.value - npath = this.sspath + path + npath = this.sspath + path+"/" } let rrarr = this.preIp(sel) // ip转为base64 @@ -148,7 +148,15 @@ export default { iparr.push(sstr[0]) iparr.push(sstr[1]) return iparr - } + }, + // 选择服务器 + changeSer(){ + // 清空路径 + this.fspath = '/' + this.sspath = '/' + // + + }, } }