|  | @@ -32,7 +32,7 @@ const props = withDefaults(
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  )
 | 
	
		
			
				|  |  |  const url = computed(() => {
 | 
	
		
			
				|  |  | -  return `${YJL_URL_API}?v=${Date.now()}&modelType=practise&id=${props.id}&platform=pc&zoom=0.8&instrumentId=&Authorization=${getToken()}`
 | 
	
		
			
				|  |  | +  return `${YJL_URL_API}?v=${Date.now()}&showGuide=true&showWebGuide=false&platform=pc&imagePos=right&zoom=0.8&modelType=practise&instrumentId=&id=${props.id}&Authorization=${getToken()}`
 | 
	
		
			
				|  |  |  })
 | 
	
		
			
				|  |  |  const loading = ref(true)
 | 
	
		
			
				|  |  |  function handleIframeLoad() {
 |