From 7d61bb04a71edbbf1de085a3fb10353fa5ea9896 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Thu, 4 Feb 2021 17:59:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=A8=E6=96=B0=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=97=B6=E4=B8=8D=E5=90=AB=E6=BA=90=E6=97=B6=E4=BA=A7?= =?UTF-8?q?=E7=94=9F=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Setting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Setting.vue b/src/components/Setting.vue index c9e968c..2469944 100644 --- a/src/components/Setting.vue +++ b/src/components/Setting.vue @@ -559,7 +559,7 @@ export default { } }, created () { - this.getSites() + // this.getSites() this.getSetting() this.getShortcut() this.checkUpdate()