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 = '/' + // + + }, } }