This commit is contained in:
2025-07-02 15:06:57 +08:00
parent 85f82511da
commit 381b295482

View File

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