diff --git a/api/cms/design/model/index.ts b/api/cms/design/model/index.ts index 2a35f86..913e341 100644 --- a/api/cms/design/model/index.ts +++ b/api/cms/design/model/index.ts @@ -18,6 +18,8 @@ export interface Design { width?: string; // 高 height?: string; + // 页面样式 + styles?: string; // 附件 images?: string; // 用户ID diff --git a/components/AppFooter.vue b/components/AppFooter.vue index 287c323..0305045 100644 --- a/components/AppFooter.vue +++ b/components/AppFooter.vue @@ -1,17 +1,15 @@