保存进度!

This commit is contained in:
2023-02-04 01:19:18 +08:00
parent 1787838b3a
commit 02b2fc9ef2
8 changed files with 176 additions and 869 deletions

View File

@@ -2,9 +2,9 @@
* @Author: Kane
* @Date: 2022-12-22 09:10:20
* @LastEditors: Kane
* @LastEditTime: 2023-01-25 00:29:54
* @FilePath: \admin_system\src\utils\api\info\account.js
* @Description:
* @LastEditTime: 2023-02-03 22:04:22
* @FilePath: \IT工具综合平台\src\utils\api\info\account.js
* @Description: 登录登出相关的API。
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
@@ -20,8 +20,6 @@ import store from "../../../store/index";
*/
export function Login(userInfo)
{
//console.log("登录请求地址:", API_URL.URL_LOGIN);
//const url = "http://localhost:8080/admin-system/account/p13_account_check";
return instance.request(
{
method: "post",