diff --git a/api/config.js b/api/config.js index d56d4ee..46055d0 100644 --- a/api/config.js +++ b/api/config.js @@ -160,7 +160,8 @@ const product = { { p: '/alarm/service/api', o: 'POST' }, //后端服务告警入库 { p: '/data/continuity/api', o: 'POST' }, //数据连续性监控入库 { p: '/page/performance/api', o: 'POST' }, //页面加载性能入库 - { p: '/alarm/video/added_log', o: 'POST' } + { p: '/alarm/video/added_log', o: 'POST' }, + { p: '/basic-data/workflow/single/allProject', o: 'GET' }, ], // 不做认证的路由,也可以使用 exclude: ["*"] 跳过所有路由 apMergeDeVeAnxinProjectId: AP_MERGE_DEVE_ANXINPROJECT_ID, anxinCloud: { diff --git a/web/client/src/components/workflow/index.jsx b/web/client/src/components/workflow/index.jsx index 12ad985..603ef15 100644 --- a/web/client/src/components/workflow/index.jsx +++ b/web/client/src/components/workflow/index.jsx @@ -150,6 +150,7 @@ const WorkFlowModal = (props) => { allowTransparency="true" ref={iframeRef} src={`${webEmis}/process/${processId}/apply?token=${user.token}`} + // src={`${webEmis}/process/${processId}/apply?token=${user.token}`} width={'100%'} style={{ height: '100vh' }} frameBorder="0"