新增预警页面

This commit is contained in:
2025-12-15 22:57:11 +08:00
parent 7da14e282e
commit 55d02106cb
11 changed files with 159 additions and 88 deletions

View File

@@ -56,4 +56,3 @@ export const bizMailAttachmentsImportData = (
export const bizMailAttachmentsDelete = (params?: BizMailAttachments | any) =>
defHttp.get<BizMailAttachments>({ url: adminPath + '/biz/mailAttachments/delete', params });

View File

@@ -12,6 +12,7 @@ const { adminPath } = useGlobSetting();
export interface BizQuickLogin extends BasicModel<BizQuickLogin> {
createTime?: string; // 创建时间
systemName: string; // 系统名称
systemType: string; // 系统类型
homepageUrl: string; // 首页地址
iconClass: string; // 图标类名
iconColor: string; // 图标颜色