This commit is contained in:
670788339
2025-10-26 15:12:08 +08:00
parent e8b0d01b22
commit 09f78603d2

View File

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