src/utils/request.ts @@ -239,7 +239,6 @@ // userInfo键定义 export const userInfoKey = getDomainPrefix(window) + 'userInfo'; // 获取 token export const getSession = () => { return Local.get(accessSessionKey);