From 80af701e5c49cce6686547737481d525bc4d6bde Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sun, 11 Apr 2021 17:52:53 +0200 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=BB=8F=E5=B8=B8=E8=B7=B3?= =?UTF-8?q?=E5=87=BA=E6=9D=A5=E7=9A=84=E4=B8=80=E4=B8=AA=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Setting.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Setting.vue b/src/components/Setting.vue index ed27951..c244e8c 100644 --- a/src/components/Setting.vue +++ b/src/components/Setting.vue @@ -372,7 +372,6 @@ export default { this.updateSettingEvent() }, async get7kParseURL () { - this.$message.info('正在获取7K源解析地址...') const parseURL = await zy.get7kParseURL() if (parseURL.startsWith('http')) { this.$message.success('获取成功,更新应用默认解析接口地址...')