| 
					
				 | 
			
			
				@@ -73,10 +73,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.detailList = result.detailList || [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // shareVideo?recomUserId=56&groupId=124 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.shareUrl = `${location.origin}/teacher/#/shareVideo?recomUserId=${state.user.data?.userId}&groupId=${this.params.videoLessonGroupId}` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      if (state.user.data?.tenantId > 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.shareUrl = this.shareUrl + '&p=tenant' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.shareUrl = `${location.origin}/teacher/#/shareVideo?recomUserId=${state.user.data?.userId}&groupId=${this.params.videoLessonGroupId}&p=tenant` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       !this.myself && this.getList() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } catch (e) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       console.log(e) 
			 |