提交 75ca2362 authored 作者: 钟是志's avatar 钟是志

28294 【就业门户】地址栏直接带token访问出现接口鉴权失败错误

上级 b66d0ad0
......@@ -58,13 +58,14 @@ export const getMessage = () => {
};
export const getOneStopMyInfo = (params = {}) => {
getTime();
return uaaRequest('/UserApi/getMy', params).then((res) => {
if (res) {
if(!res.groupsId){
res.groupsId = 'pub';
}
localStorage.setItem('user', JSON.stringify(res));
getTime();
return res;
}
});
};
......@@ -65,6 +65,7 @@ window.differenceBetweenServerAndClientTime = window.differenceBetweenServerAndC
export function getHeaders(url = '') {
const token = getToken();
console.log(url, token);
const currentInfo = getCurrentUser() || {};
const user = getUserInfo() || {};
const userId = user.id || currentInfo.xgUserId;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论