update 升级1.8设计器

This commit is contained in:
gssong
2025-08-03 16:41:55 +08:00
parent 2392f64233
commit e08f41dd72

View File

@@ -24,7 +24,7 @@ const iframeLoaded = () => {
};
};
const open = async (definitionId, disabled) => {
const url = baseUrl + `/warm-flow-ui/index.html?id=${definitionId}&disabled=${disabled}`;
const url = baseUrl + `/warm-flow-ui/index.html?id=${definitionId}&onlyDesignShow=true`;
iframeUrl.value = url + '&Authorization=Bearer ' + getToken() + '&clientid=' + import.meta.env.VITE_APP_CLIENT_ID;
};
/** 关闭按钮 */