This commit is contained in:
2023-07-03 20:10:05 +08:00
parent 238bb7d5bc
commit 437dd0ff98
5 changed files with 48 additions and 18 deletions

View File

@@ -13,6 +13,9 @@ export const parameterSetting = (num, word) => post('api/developer/parameterSett
password: word
})
export const homeQueryHead = () => post('api/home/queryHead', {
})
// new
// 登录
export const authlogin = (username, password) => post('auth/login', {