登录功能

This commit is contained in:
2025-02-19 12:29:44 +08:00
parent 50efbc29bc
commit 306e434234
11 changed files with 154 additions and 30 deletions

View File

@@ -1,5 +1,10 @@
import {post} from '@config/http.js'
// 登录
export const handLogin = (user, password) => post('mobile/auth/login', {
username: user,
password: password
})
// 查询设备
export const queryDevices = () => post('api/pda/queryDevices', {})
// 工单查询