diff --git a/src/views/settings/Tools.vue b/src/views/settings/Tools.vue index 301238492..36142eaaf 100644 --- a/src/views/settings/Tools.vue +++ b/src/views/settings/Tools.vue @@ -4,7 +4,7 @@
- + @@ -55,6 +55,9 @@ export default { } }, methods: { + changeToolType() { + this.testResp = '' + }, enableWS() { this.testResp = '' const scheme = document.location.protocol === 'https:' ? 'wss' : 'ws'