mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-13 04:57:11 +08:00
fix: 修复初始值使用错误
This commit is contained in:
@@ -142,10 +142,10 @@ const rules: FormInstance['rules'] = {
|
||||
}
|
||||
|
||||
const { form } = useForm({
|
||||
SITE_FAVICON: '',
|
||||
SITE_LOGO: '',
|
||||
SITE_TITLE: '',
|
||||
SITE_COPYRIGHT: ''
|
||||
SITE_FAVICON: undefined,
|
||||
SITE_LOGO: undefined,
|
||||
SITE_TITLE: undefined,
|
||||
SITE_COPYRIGHT: undefined
|
||||
})
|
||||
|
||||
const siteFavicon = ref<OptionResp>()
|
||||
|
||||
Reference in New Issue
Block a user