merge
This commit is contained in:
@@ -20,7 +20,7 @@ service.interceptors.request.use(
|
||||
config.headers['token'] = $wujie?.props?.TOKEN || '';
|
||||
config.headers['userId'] = $wujie?.props?.USER_ID || '';
|
||||
config.headers['tenantId'] = $wujie?.props?.TENANT_ID || '';
|
||||
config.headers['username'] = $wujie?.props?.USER_NAME || '';
|
||||
config.headers['userName'] = $wujie?.props?.USER_NAME || '';
|
||||
return config;
|
||||
},
|
||||
(error) => {
|
||||
|
||||
Reference in New Issue
Block a user