This commit is contained in:
2022-07-13 15:19:53 +08:00
parent c1f8d1cdba
commit c2bd9cd9ad
8 changed files with 84 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
import {post} from '@js/http.js'
/** 登陆 */
export const screenLogin = (user, password) => post('api/bigScreenScreen/login', {
export const screenLogin = (user, password) => post('api/pda/handlogin', {
user: user,
password: password
})