新版本官网优化完成

This commit is contained in:
2025-02-12 17:27:28 +08:00
parent 3efdbfc662
commit 3e84bbba59
15 changed files with 678 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ export async function removeBatchCmsWebsite(data: (number | undefined)[]) {
*/
export async function getCmsWebsite(id: number) {
const res = await request.get<ApiResult<CmsWebsite>>(
'/cms/cms-website/' + id
'https://cms-api.websoft.top/api/cms/cms-website/' + id
);
if (res.code === 0 && res.data) {
return res.data;

View File

@@ -19,6 +19,8 @@ export interface CmsWebsite {
websiteDarkLogo?: string;
// 网站类型
websiteType?: string;
// 网站截图
files?: string;
// 网站关键词
keywords?: string;
// 域名前缀