From e6d4a898a87028542eb81e8541f4c06fbce9e277 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 6 Jun 2024 14:34:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E7=AB=99=E7=B3=BB=E7=BB=9Flogo?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=80=89=E6=8B=A9=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/quick-start/components/SystemConfig.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/quick-start/components/SystemConfig.vue b/src/views/system/quick-start/components/SystemConfig.vue index 1c420e64..c4151cb9 100644 --- a/src/views/system/quick-start/components/SystemConfig.vue +++ b/src/views/system/quick-start/components/SystemConfig.vue @@ -36,7 +36,7 @@ type StateType = { const state: StateType = reactive({ confirmLoading: false, filePath: '', - type: 'icon', + type: appStore.logoType, icon: getLogoURL('icon'), brand: getLogoURL('brand'), title: appStore.appName,