列表查询调试

This commit is contained in:
670788339
2025-10-24 16:40:33 +08:00
parent e3c46c339f
commit 4003bf23d5

View File

@@ -361,7 +361,7 @@ export default {
id: state.searchParam.id || undefined,
tagName: state.searchParam.tagName || undefined,
isHot: state.searchParam.isHot || undefined,
isPublic: state.searchParam.isPublic || undefined
// isPublic: state.searchParam.isPublic || undefined
};
console.log("获取标签列表 参数 : ",params);
const res = await apiCourseTag.portalPageList(params);