From 6d222cf1cbc8cb348648fb9a11f36d17b3491456 Mon Sep 17 00:00:00 2001 From: "LIONCITYS\\lioncity" <18026623439@163.com> Date: Tue, 17 Nov 2020 11:45:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E7=AC=AC?= =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E7=94=9F=E6=88=90=E6=97=B6,apiPath=E4=B8=8D?= =?UTF-8?q?=E6=94=B9=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/generator/config.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/generator/config.vue b/src/views/generator/config.vue index 951acc6..d829598 100644 --- a/src/views/generator/config.vue +++ b/src/views/generator/config.vue @@ -267,6 +267,7 @@ export default { this.$refs['form'].validate((valid) => { if (valid) { this.configLoading = true + this.form.apiPath=''; update(this.form).then(res => { this.notify('保存成功', 'success') this.form = res