Merge branch 'zcwyMaster' into 'master_1030'

Zcwy master

See merge request !149
This commit is contained in:
joshen
2023-10-30 20:03:39 +08:00
12 changed files with 3363 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
import http from "./config";
import Http from './configPublic'
/**
* 1
@@ -60,3 +61,9 @@ export const studyRecordList = (obj) =>
// 获取员工信息
export const getMemberInfoApi = (obj) =>
http.post("/admin/orgStruct/getMemberInfo", obj);
//课程推荐列表
export const page = (obj) => http.post("/recommend/page",obj)
//课程推荐或撤回推荐
export const recommend = (obj) =>
Http.post("/manageApi/recommend/recommend",obj)