|
@@ -96,6 +96,7 @@ axios.interceptors.request.use(
|
|
? `Bearer ${oSessionStorage.getItem("token")}`
|
|
? `Bearer ${oSessionStorage.getItem("token")}`
|
|
: "";
|
|
: "";
|
|
// console.log(config.headers.Authorization)
|
|
// console.log(config.headers.Authorization)
|
|
|
|
+ config.url=encodeURI(config.url)
|
|
return config;
|
|
return config;
|
|
},
|
|
},
|
|
function (error) {
|
|
function (error) {
|