| 
					
				 | 
			
			
				@@ -42,7 +42,7 @@ import { ref, reactive, computed, getCurrentInstance, toRefs, inject } from "vue 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { getToken, setToken, removeToken } from "@/utils/auth"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { useStores, commonStores } from "@/store/modules/index"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import { getHistory } from "@/api/common/repairReport.js"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { getHistory } from "@/api/business/fireIot/repairReport.js"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const { proxy } = getCurrentInstance(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const useStore = useStores(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -116,7 +116,7 @@ onLoad((options) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   if (!getToken() && !dataStatus.value) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    proxy.$tab.redirectTo(`/pages/common/phoneVerify/index?path=${"/pages/common/repairReport/record"}`); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    proxy.$tab.redirectTo(`/pages/common/phoneVerify/index?path=${"/pages/business/fireIot/repairReport/record"}`); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     init(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 |