fix: 开站系统logo类型选择回显
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user