| 
														
															@@ -7,6 +7,8 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <script setup> 
														 | 
														
														 | 
														
															 <script setup> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import {ref} from 'vue' 
														 | 
														
														 | 
														
															 import {ref} from 'vue' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import eventBus from "@/api/eventBus"; 
														 | 
														
														 | 
														
															 import eventBus from "@/api/eventBus"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import {useRouter} from "vue-router"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+const router = useRouter(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 const props = defineProps({ 
														 | 
														
														 | 
														
															 const props = defineProps({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   direction: { 
														 | 
														
														 | 
														
															   direction: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     type: String, 
														 | 
														
														 | 
														
															     type: String, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -28,6 +30,9 @@ const active = ref(0) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 const handleActive = (value,index) =>{ 
														 | 
														
														 | 
														
															 const handleActive = (value,index) =>{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     active.value = index 
														 | 
														
														 | 
														
															     active.value = index 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     emit('handleActive',value) 
														 | 
														
														 | 
														
															     emit('handleActive',value) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    if(index == 0){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      router.push('/warningHome') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </script> 
														 | 
														
														 | 
														
															 </script> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -84,4 +89,4 @@ const handleActive = (value,index) =>{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   } 
														 | 
														
														 | 
														
															   } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-</style> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+</style> 
														 |