接口地址
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user