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