登录接口
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import {post} from '@js/http.js'
|
import {post} from '@js/http.js'
|
||||||
|
|
||||||
/** 登陆 */
|
/** 登陆 */
|
||||||
export const screenLogin = (user, password) => post('api/pda/handlogin', {
|
export const screenLogin = (user, password) => post('api/bigScreenScreen/login', {
|
||||||
user: user,
|
user: user,
|
||||||
password: password
|
password: password
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user