feat: 网站日志页面优化
This commit is contained in:

committed by
zhengkunwang223

parent
48054b05ce
commit
28de822917
@@ -15,6 +15,10 @@ export const OpWebsite = (req: Website.WebSiteOp) => {
|
||||
return http.post<any>(`/websites/operate`, req);
|
||||
};
|
||||
|
||||
export const OpWebsiteLog = (req: Website.WebSiteOpLog) => {
|
||||
return http.post<Website.WebSiteLog>(`/websites/log`, req);
|
||||
};
|
||||
|
||||
export const BackupWebsite = (req: Website.BackupReq) => {
|
||||
return http.post(`/websites/backup`, req);
|
||||
};
|
||||
|
Reference in New Issue
Block a user