项目节点弹窗优化,替换tree表格,仿真流程创建功能开发,任务功能优化

This commit is contained in:
weibl
2025-11-06 11:46:47 +08:00
parent b1e1cc5015
commit 28ffb35ad8
35 changed files with 7498 additions and 961 deletions

View File

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