From 29c522a55f9a0db395cbe6621b73818023b2b270 Mon Sep 17 00:00:00 2001 From: wushuo <2725730722@qq.com> Date: Sun, 8 Sep 2024 04:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9B=B4=E6=96=B0=E7=BA=A2?= =?UTF-8?q?=E7=82=B9=E6=8F=90=E7=A4=BA=20=E4=BC=98=E5=8C=96=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/Config.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/Config.vue b/ui/src/Config.vue index c0be1318..8037452a 100644 --- a/ui/src/Config.vue +++ b/ui/src/Config.vue @@ -239,6 +239,7 @@ const about = ref({ const activeName = ref('qb') const showConfig = (ab) => { + about.value = ab if (!ab.update) { api.get('/api/about') .then(res => { @@ -249,7 +250,6 @@ const showConfig = (ab) => { } configDialogVisible.value = true - about.value = ab loading.value = true api.get('/api/config') .then(res => {