From c957fe33e2c4717794a67687269ad7e12c3d1992 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Fri, 13 Nov 2020 21:00:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=97=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Setting.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Setting.vue b/src/components/Setting.vue index 6da8803..1b5a37c 100644 --- a/src/components/Setting.vue +++ b/src/components/Setting.vue @@ -349,6 +349,7 @@ export default { this.setting.proxy.type = 'none' this.updateSettingEvent() this.$message.info('取消使用代理') + zy.proxy() } this.inputPassword = '' },