|  | @ -144,8 +144,8 @@ | 
			
		
	
		
		
			
				
					|  |  |                           :is-focused="focusedCpt.tempOnlyId===item.tempOnlyId" |  |  |                           :is-focused="focusedCpt.tempOnlyId===item.tempOnlyId" | 
			
		
	
		
		
			
				
					|  |  |                           @del="delCpt" |  |  |                           @del="delCpt" | 
			
		
	
		
		
			
				
					|  |  |                           @sort="changeCptDisplayOrder" |  |  |                           @sort="changeCptDisplayOrder" | 
			
		
	
		
		
			
				
					
					|  |  |                           @focus="focusCpt" |  |  |                           @focus="focusCpt($event, index)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |                           v-for="item in cntCptList"></cpt-item> |  |  |                           v-for="(item, index) in cntCptList"></cpt-item> | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  |               </div> |  |  |               </div> | 
			
		
	
		
		
			
				
					|  |  |             </div> |  |  |             </div> | 
			
		
	
		
		
			
				
					|  |  |           </div> |  |  |           </div> | 
			
		
	
	
		
		
			
				
					|  | @ -533,7 +533,8 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |       focusedCpt: { |  |  |       focusedCpt: { | 
			
		
	
		
		
			
				
					|  |  |         tempOnlyId: '' |  |  |         tempOnlyId: '' | 
			
		
	
		
		
			
				
					|  |  |       }, |  |  |       }, | 
			
		
	
		
		
			
				
					
					|  |  |       uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/customerlogo/upload' |  |  |       uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/customerlogo/upload', | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |  |  |  |       globalIndex: 0 | 
			
		
	
		
		
			
				
					|  |  |     } |  |  |     } | 
			
		
	
		
		
			
				
					|  |  |   }, |  |  |   }, | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  | @ -833,8 +834,9 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |       this.focusedCpt = { tempOnlyId: '' } |  |  |       this.focusedCpt = { tempOnlyId: '' } | 
			
		
	
		
		
			
				
					|  |  |     }, |  |  |     }, | 
			
		
	
		
		
			
				
					|  |  |     // 聚焦实例组件 |  |  |     // 聚焦实例组件 | 
			
		
	
		
		
			
				
					
					|  |  |     focusCpt (item) { |  |  |     focusCpt (item, index) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |       console.log('聚焦实例组件', item) |  |  |       console.log('聚焦实例组件', item, index) | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  |  |  |  |       this.globalIndex = index | 
			
		
	
		
		
			
				
					|  |  |       if (this.isInPreview) return |  |  |       if (this.isInPreview) return | 
			
		
	
		
		
			
				
					|  |  |       if (this.focusedCpt.tempOnlyId === item.tempOnlyId) { |  |  |       if (this.focusedCpt.tempOnlyId === item.tempOnlyId) { | 
			
		
	
		
		
			
				
					|  |  |         this.cleanFocusCpt() |  |  |         this.cleanFocusCpt() | 
			
		
	
	
		
		
			
				
					|  | @ -908,7 +910,9 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |         this.focusedCpt.configuration = { |  |  |         this.focusedCpt.configuration = { | 
			
		
	
		
		
			
				
					|  |  |           url: res.data.url |  |  |           url: res.data.url | 
			
		
	
		
		
			
				
					|  |  |         } |  |  |         } | 
			
		
	
		
		
			
				
					|  |  |  |  |  |         this.cntCptList[this.globalIndex].demoData.pic = res.data.url | 
			
		
	
		
		
			
				
					|  |  |         this.focusedCpt.configuration = JSON.stringify(this.focusedCpt.configuration) |  |  |         this.focusedCpt.configuration = JSON.stringify(this.focusedCpt.configuration) | 
			
		
	
		
		
			
				
					|  |  |  |  |  |         this.focusedCpt.demoData = JSON.stringify(this.cntCptList[this.globalIndex].demoData) | 
			
		
	
		
		
			
				
					|  |  |       } |  |  |       } | 
			
		
	
		
		
			
				
					|  |  |     } |  |  |     } | 
			
		
	
		
		
			
				
					|  |  |   } |  |  |   } | 
			
		
	
	
		
		
			
				
					|  | 
 |