| | |
| | | Edit, |
| | | ArrowLeft, |
| | | Upload, |
| | | Mic, |
| | | Headset, |
| | | Delete, |
| | | VideoPlay, |
| | | CopyDocument, |
| | |
| | | const dialogVisible1 = ref(false) |
| | | const dialogVisible2 = ref(false) |
| | | const isEditing = ref(false) |
| | | const inputRef = ref(null) |
| | | const inputRef = ref('') |
| | | const editName = ref('') |
| | | const applyAllHost = ref(false) |
| | | //当前是否存在人脸 |
| | |
| | | |
| | | const TEMPLATE_PRESETS = ref([]) |
| | | const templates = ref([]) |
| | | const selectTemplate = ref([]) |
| | | const selectTemplate = ref({}) |
| | | |
| | | const tabs1 = [ |
| | | { |
| | |
| | | pageSize: 100, |
| | | zg: '' |
| | | }) |
| | | const selectHost = ref(null) |
| | | const selectHost = ref({}) |
| | | |
| | | const getList = async () => { |
| | | loading.value = true |
| | |
| | | hostList.value = data.list |
| | | if (hostList.value.length > 0 && !selectHost.value) { |
| | | selectHost.value = hostList.value[0] |
| | | console.log('selectHost.value', selectHost.value) |
| | | if (selectHost.value !== null) { |
| | | selectHost.value.fixVideoUrl = null |
| | | selectHost.value.pictureUrl = null |