商品详情
This commit is contained in:
@@ -26,6 +26,7 @@ function requestInterceptors() {
|
||||
const token = getToken();
|
||||
if(token && config.header) {
|
||||
config.header.token = token;
|
||||
config.header.Authorization = token;
|
||||
}
|
||||
return config;
|
||||
},
|
||||
|
Reference in New Issue
Block a user