营销:适配商城装修组件【营销文章】

(cherry picked from commit d4dc105b4f)
This commit is contained in:
owen
2023-11-25 15:53:07 +08:00
committed by shizhong
parent 73f4521bc7
commit 687ec00343
8 changed files with 113 additions and 5 deletions

View File

@ -17,7 +17,7 @@ export interface ArticleVO {
}
// 查询文章管理列表
export const getArticlePage = async (params) => {
export const getArticlePage = async (params: any) => {
return await request.get({ url: `/promotion/article/page`, params })
}