修改请求接口地址,修改登录参数

This commit is contained in:
2025-02-11 18:10:25 +08:00
parent 6a10005af5
commit a599adc63e
5 changed files with 70 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import { store } from "@/store";
import { usePermissionStoreHook } from "@/store/modules/permission";
import { useDictStoreHook } from "@/store/modules/dict";
import AuthAPI, { type LoginFormData } from "@/api/auth";
import AuthAPI, { type LoginFormData } from "@/api/account/login";
import UserAPI, { type UserInfo } from "@/api/system/user";
import { setToken, setRefreshToken, getRefreshToken, clearToken } from "@/utils/auth";