This commit is contained in:
2025-11-14 12:49:04 +08:00
parent 1ab6f99669
commit 63a3b87270

View File

@@ -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) => {