This commit is contained in:
670788339
2025-10-26 14:47:44 +08:00
parent 465eca51e3
commit 8d2f091c08

View File

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