|
|
@@ -91,6 +91,10 @@ const props = defineProps({
|
|
|
}
|
|
|
});
|
|
|
const goWorkflowDetail = () => {
|
|
|
+ //判断是否登录
|
|
|
+ if(!isLogin({callback: openLoginDialog,t})){
|
|
|
+ return;
|
|
|
+ }
|
|
|
let path = `/search-platform/workflow-detail`
|
|
|
if(props.fromPage === 'home'){
|
|
|
path = `/workflow-detail`
|