提交 ccedc0e4 authored 作者: 王鹏飞's avatar 王鹏飞

chore: 移除配置连接,默认使用创建的所有连接

上级 374ff2a5
......@@ -2,7 +2,7 @@
import { useConnection } from '@/composables/useAllData'
import Icon from '@/components/ConnectionIcon.vue'
const props = defineProps<{
defineProps<{
connectionIds?: string[]
}>()
......@@ -11,7 +11,8 @@ const { connectionList } = useConnection()
// 绑定的连接
const connections = computed(() => {
return connectionList.value.filter(item => props.connectionIds?.includes(item.id))
return connectionList.value
// return connectionList.value.filter(item => props.connectionIds?.includes(item.id))
})
const list = ref([
......
......@@ -102,8 +102,8 @@ function handleConfig() {
</template>
<template #header>
<el-row align="middle">
<el-button type="primary" size="large" @click="handleConfig">配置连接</el-button>
<el-alert center style="flex: 1; margin-left: 20px">
<!-- <el-button type="primary" size="large" @click="handleConfig">配置连接</el-button> -->
<el-alert center style="flex: 1">
<p style="text-align: center">
用户旅程的基本组成:触发条件+营销动作+条件分支<br />
您可以从左侧组件区域选择的对应的触发条件、营销动作和条件分支,拖拽到右侧的画布里面,进行编排组合个性化的用户旅程。
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论