diff --git a/src/api/mall/product/history.ts b/src/api/mall/product/history.ts index 022a022b..0aa45bd8 100644 --- a/src/api/mall/product/history.ts +++ b/src/api/mall/product/history.ts @@ -2,6 +2,7 @@ import request from '@/config/axios' /** * 获得商品浏览记录分页 + * * @param params 请求参数 */ export const getBrowseHistoryPage = (params: any) => { diff --git a/src/layout/components/AppView.vue b/src/layout/components/AppView.vue index ae2cbf31..44341873 100644 --- a/src/layout/components/AppView.vue +++ b/src/layout/components/AppView.vue @@ -57,8 +57,7 @@ provide('reload', reload) '!min-h-[calc(100%-var(--top-tool-height)-var(--app-content-padding)-var(--app-content-padding)-var(--tags-view-height))]': !fixedHeader && layout === 'cutMenu' && footer - }, - 'h-0' + } ]" > diff --git a/src/views/ai/image/square/index.vue b/src/views/ai/image/square/index.vue index bf4716b9..b7885ff7 100644 --- a/src/views/ai/image/square/index.vue +++ b/src/views/ai/image/square/index.vue @@ -2,24 +2,25 @@