|  | @@ -158,10 +158,11 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      showDetail(item) {
 | 
	
		
			
				|  |  |        if (item.notesDataIndex > 0) {
 | 
	
		
			
				|  |  | +        const route = location.hostname.indexOf("dayaedu.com") ? "/accompany/" : "/accompany-teacher/";
 | 
	
		
			
				|  |  |          postMessage({
 | 
	
		
			
				|  |  |            api: "openWebView",
 | 
	
		
			
				|  |  |            content: {
 | 
	
		
			
				|  |  | -            url: location.origin + `/accompany-teacher/#/report/${item.id}`,
 | 
	
		
			
				|  |  | +            url: location.origin + route + `#/report/${item.id}`,
 | 
	
		
			
				|  |  |              orientation: 0,
 | 
	
		
			
				|  |  |              isHideTitle: true,
 | 
	
		
			
				|  |  |              statusBarTextColor: false,
 |