2023-11-29

This commit is contained in:
2023-11-29 16:14:18 +08:00
parent fd2998ee32
commit f486d1aaf2
7 changed files with 48 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ import qs from 'qs'
// 登录
export function doLogin(data) {
return request({
url: '/gf/sys/doLogin',
url: '/sysuser/doLogin',
method: 'post',
data: data,
headers: { 'Content-Type': 'application/json' }