mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
开发
This commit is contained in:
@@ -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`, {
|
||||
|
||||
Reference in New Issue
Block a user