mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
import http from "./config";
|
|
|
|
export const studentDelAll = (params) => http.get('/admin/student/del', {params})
|
|
|