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 = '' },