mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-31 18:28:44 +08:00 
			
		
		
		
	vue3 重构:邮件账号的新增 + 修改 + 删除
This commit is contained in:
		| @@ -10,13 +10,8 @@ export interface MailAccountVO { | ||||
|   sslEnable: boolean | ||||
| } | ||||
|  | ||||
| export interface MailAccountPageReqVO extends PageParam { | ||||
|   mail?: string | ||||
|   username?: string | ||||
| } | ||||
|  | ||||
| // 查询邮箱账号列表 | ||||
| export const getMailAccountPageApi = async (params: MailAccountPageReqVO) => { | ||||
| export const getMailAccountPageApi = async (params: PageParam) => { | ||||
|   return await request.get({ url: '/system/mail-account/page', params }) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV