面授 审核

This commit is contained in:
宋文超
2022-11-23 14:47:44 +08:00
parent ce3d807f2f
commit 006097a63e
13 changed files with 534 additions and 64 deletions

View File

@@ -6,7 +6,7 @@ import http from "./config";
// projectId: projectId,
// }
// });
export const noticeList = (projectId) => http.post(`http://localhost:8080/manageApi/admin/project/noticeList?projectId=` + projectId + ``)
export const noticeList = (obj) => http.post('/admin/project/noticeList', obj)
//发布项目公告
export const publishNotice = (obj) => http.post('/admin/project/publishNotice', obj)