项目节点弹窗优化,替换tree表格,仿真流程创建功能开发,任务功能优化
This commit is contained in:
@@ -16,10 +16,10 @@ const service = axios.create({
|
||||
service.interceptors.request.use(
|
||||
(config) => {
|
||||
config.headers['company'] = 'carsafe';
|
||||
config.headers['jobNumber'] = $wujie?.props?.USER_ID || '';
|
||||
config.headers['jobNumber'] = $wujie?.props?.USER_ID || '1980235559149838337';
|
||||
config.headers['token'] = $wujie?.props?.TOKEN || '';
|
||||
config.headers['userId'] = $wujie?.props?.USER_ID || '';
|
||||
config.headers['tenantId'] = $wujie?.props?.TENANT_ID || '';
|
||||
config.headers['userId'] = $wujie?.props?.USER_ID || '1980235559149838337';
|
||||
config.headers['tenantId'] = $wujie?.props?.TENANT_ID || '1979091834410176514';
|
||||
return config;
|
||||
},
|
||||
(error) => {
|
||||
|
||||
Reference in New Issue
Block a user