fix: 🧩 修复bug

This commit is contained in:
2025-10-17 16:59:21 +08:00
parent c913152460
commit eea0925899
10 changed files with 4 additions and 14 deletions

View File

@@ -17,7 +17,6 @@ export const loginApi = (params: Login.ReqLoginCode) => {
// 获取菜单列表
export const getAuthMenuListApi = () => {
console.log("触发了吗");
return http.get<any>(`/user/permissions`, {}, { noLoading: true });
// return authMenuList;
};