feat: 修改一些样式
This commit is contained in:

committed by
zhengkunwang223

parent
0d5d01fffc
commit
706a1a198f
@@ -4,7 +4,7 @@ import { Website } from '../interface/Website';
|
||||
import { File } from '../interface/file';
|
||||
|
||||
export const SearchWebsites = (req: Website.WebSiteSearch) => {
|
||||
return http.post<ResPage<Website.Website>>(`/websites/search`, req);
|
||||
return http.post<ResPage<Website.WebsiteDTO>>(`/websites/search`, req);
|
||||
};
|
||||
|
||||
export const ListWebsites = () => {
|
||||
|
Reference in New Issue
Block a user