This commit is contained in:
2026-08-17 11:01:21 +08:00
parent 6e07cab51f
commit 255573ed06
705 changed files with 8762 additions and 36677 deletions
+9
View File
@@ -0,0 +1,9 @@
import { post } from '@/utils';
// 登录
export function getLogin(data) {
return post('/User/postSupervisionLoginOn', data, {
showError: true,
isUnitId: false
});
}