mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
feat:案例和测评接口(测试)新增内部考试选则考卷抽屉
This commit is contained in:
4
src/api/indexCase.js
Normal file
4
src/api/indexCase.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import http from "./config";
|
||||
|
||||
//获取案例信息
|
||||
export const queryCasesDetailList = (obj) => http.post(" /cases/queryCasesDetailList", obj);
|
||||
Reference in New Issue
Block a user