登录接口

This commit is contained in:
2022-07-13 16:45:45 +08:00
parent c2bd9cd9ad
commit 93152494aa

View File

@@ -1,7 +1,7 @@
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,
password: password
})