This commit is contained in:
670788339
2025-10-26 14:51:46 +08:00
parent e5ccd6f688
commit 37839ff9d5

View File

@@ -8,7 +8,7 @@ import http from "./config";
* 分页查询:标签列表
* @param {Object} query
*/
const portalPageList = (query = {}) => http.get(`/admin/courseTag/list`, query);
const portalPageList = (query = {}) => http.get(`/admin/courseTag/list`, {query});
//改变标签的公共属性
const changeTagPublic = (row = {}) => http.post(`/admin/courseTag/changePublicStatus`, {