This commit is contained in:
2022-12-23 20:34:21 +08:00
parent 1eae5068fe
commit 7e3af7a1e8
2 changed files with 34 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-12-22 09:10:20
* @LastEditors: Kane
* @LastEditTime: 2022-12-23 15:28:14
* @LastEditTime: 2022-12-23 17:26:37
* @FilePath: \admin_system\src\utils\api\info\account.js
* @Description:
*
@@ -20,7 +20,7 @@ export function Login(userInfo)
{
method: "post",
url: API_URL.URL_LOGIN,
userInfo,
data: userInfo,
}
);
}