mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
--fix 添加投票
This commit is contained in:
@@ -83,7 +83,7 @@ export const fileUp = (obj) =>
|
||||
http.post("/file/upload", obj, qs.stringify({ obj }));
|
||||
//根据题干ID获取投票任务
|
||||
export const queryVoteDetailById = (voteID) =>
|
||||
http.post(`/vote/queryVoteById?voteId=${voteID}`);
|
||||
http.get(`/vote/queryVoteById?voteId=${voteID}`);
|
||||
|
||||
// 测试方法
|
||||
// import * as api from '../../api/index'
|
||||
|
||||
Reference in New Issue
Block a user