上传
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { post } from '@/utils';
|
||||
|
||||
// 登录
|
||||
export function getLogin(data) {
|
||||
return post('/User/postSupervisionLoginOn', data, {
|
||||
showError: true,
|
||||
isUnitId: false
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user