feat: design跳转视频默认mode为1
This commit is contained in:
@@ -920,6 +920,7 @@ export default defineComponent({
|
||||
const firstFrameList = ref([])
|
||||
const lastFrameList = ref([])
|
||||
const showFirstFrameList = computed(() => {
|
||||
if(props.isDesignPage) return data.fileList
|
||||
return videoType.value === 3 ? firstFrameList.value : data.fileList
|
||||
})
|
||||
watch(
|
||||
|
||||
Reference in New Issue
Block a user