优化打包目录
This commit is contained in:
@@ -1466,7 +1466,7 @@ export default defineComponent({
|
||||
sessionStorage.setItem('collValue',JSON.stringify(this.collValue))
|
||||
if(this.$props.isState)this.sortDesignCollection()
|
||||
// window.removeEventListener('resize', this.setItemPosition)
|
||||
this.observerData.observer.unobserve(this.$refs.rightContentBlockBox);
|
||||
if(this.observerData?.observer)this.observerData.observer.unobserve(this.$refs.rightContentBlockBox);
|
||||
},
|
||||
async mounted() {
|
||||
// if(window.innerWidth < 1200){
|
||||
|
||||
@@ -52,7 +52,6 @@ export default defineComponent({
|
||||
chatData:null as any,
|
||||
dataLoad:true as any,
|
||||
})
|
||||
console.log(data.selectObject)
|
||||
let settingGetHistory:any = inject('settingGetHistory')
|
||||
const setIsShowMark = (boolean:boolean)=>{
|
||||
data.isShowMark = boolean
|
||||
|
||||
@@ -553,7 +553,7 @@ export default defineComponent({
|
||||
nextTick(()=>{
|
||||
let list = store.state.HomeStoreModule.poseTransfer.list
|
||||
let taskIdList = list.filter((item:any)=>!item.videoUrl)[0]
|
||||
if(taskIdList.length > 0){
|
||||
if(taskIdList?.length > 0){
|
||||
data.isGenerate = true
|
||||
data.remGenerate = true
|
||||
setGenerate(taskIdList[0].taskId)
|
||||
|
||||
@@ -867,7 +867,7 @@ export default defineComponent({
|
||||
list = store.state.HomeStoreModule.relightList.list || []
|
||||
}
|
||||
let taskIdList = list.filter((item:any)=>!item?.url)
|
||||
if(taskIdList.length > 0){
|
||||
if(taskIdList?.length > 0){
|
||||
let arr:any = []
|
||||
taskIdList.forEach((item:any)=>{
|
||||
arr.push(item.taskId)
|
||||
|
||||
Reference in New Issue
Block a user