fix: 开站系统logo类型选择回显

This commit is contained in:
TsMask
2024-06-06 14:34:34 +08:00
parent be4fc896d7
commit e6d4a898a8

View File

@@ -36,7 +36,7 @@ type StateType = {
const state: StateType = reactive({ const state: StateType = reactive({
confirmLoading: false, confirmLoading: false,
filePath: '', filePath: '',
type: 'icon', type: appStore.logoType,
icon: getLogoURL('icon'), icon: getLogoURL('icon'),
brand: getLogoURL('brand'), brand: getLogoURL('brand'),
title: appStore.appName, title: appStore.appName,