mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 05:12:34 +09:00
라우터 수정
This commit is contained in:
@@ -39,7 +39,7 @@ const tokenInterceptor = config => {
|
||||
// //config.headers.Authorization = tokenSvc.getToken();
|
||||
// }
|
||||
|
||||
console.log('http : ',sessionStorage.authToken);
|
||||
// console.log('http : ',sessionStorage.authToken);
|
||||
if(sessionStorage.authToken != null) {
|
||||
config.headers.Authorization = 'Bearer '+ sessionStorage.authToken;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user