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,