接口地址

This commit is contained in:
2023-05-06 18:18:47 +08:00
parent 3535af34e7
commit 73b2907a72

View File

@@ -1,7 +1,7 @@
import {post2} from '@config/http.js'
// 手持登录
export const loginApi = (user, password) => post2('api/pda/login', {
export const loginApi = (user, password) => post2('api/hand/login', {
username: user,
password: password
})