左侧列表权限受控,修改备注

This commit is contained in:
zhangsir
2024-05-13 19:00:32 +08:00
parent 2069cadc5c
commit 095f661918
6 changed files with 39 additions and 8 deletions

View File

@@ -80,3 +80,5 @@ export const getProjectCount = (projectId) => http.get('/admin/project/projectCo
export const login = (obj) => http.post('/admin/CheckUser/userLogin', obj)
export const userInfo = () => http.get('/admin/CheckUser/userInfo')
//修改备注
export const editStudent = (obj) => http.post('/admin/student/editStudent', obj)