import { post } from '@/utils'; // 登录 export function getLogin(data) { return post('/User/postSupervisionLoginOn', data, { showError: true, isUnitId: false }); }