From ecadd22a19696fc8fae8b2733355298c1b16d13e Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Sun, 28 Feb 2021 17:52:25 +0800 Subject: [PATCH] Don't get the backend version --- src/views/Subconverter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Subconverter.vue b/src/views/Subconverter.vue index 5d8ac6a..8529a6b 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -519,7 +519,7 @@ export default { mounted() { this.form.clientType = "clash"; // this.notify(); - this.getBackendVersion(); + // this.getBackendVersion(); }, methods: { onCopy() {