完成适配移动端
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { PageParam } from '@/api';
|
||||
import type {CmsNavigation} from "~/api/cms/cmsNavigation/model";
|
||||
import type {CmsWebsiteSetting} from "~/api/cms/cmsWebsiteSetting/model";
|
||||
|
||||
/**
|
||||
* 网站信息记录表
|
||||
@@ -123,10 +124,12 @@ export interface CmsWebsite {
|
||||
createTime?: string;
|
||||
// 修改时间
|
||||
updateTime?: string;
|
||||
// 网站配置
|
||||
// 网站配置参数
|
||||
config?: any;
|
||||
topNavs?: CmsNavigation[];
|
||||
bottomNavs?: CmsNavigation[];
|
||||
// 网站设置
|
||||
setting?: CmsWebsiteSetting;
|
||||
loginUser?: any;
|
||||
}
|
||||
|
||||
@@ -143,5 +146,6 @@ export interface CmsWebsiteParam extends PageParam {
|
||||
search?: boolean;
|
||||
websiteType?: string;
|
||||
userId?: number;
|
||||
limit?: number;
|
||||
keywords?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user