fix: 修复打包报错,并优化系统配置页面样式

This commit is contained in:
2023-09-22 22:33:33 +08:00
parent f907d949d3
commit 9893828947
2 changed files with 12 additions and 17 deletions

View File

@@ -6,8 +6,8 @@ const BASE_URL = '/system/option';
export interface BasicConfigRecord {
site_title?: string;
site_copyright?: string;
site_logo: { url?: string };
site_favicon: { url?: string };
site_logo?: string;
site_favicon?: string;
}
export interface DataRecord {