From 6ff1d0903a7adda6d4a97c189d38b20a2ac777f9 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 20 九月 2024 17:50:37 +0800
Subject: [PATCH] 拆机界面  设备详情显示

---
 src/views/ecg/room/RoomLoginSelect.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/ecg/room/RoomLoginSelect.vue b/src/views/ecg/room/RoomLoginSelect.vue
index fa8f72f..5b619d9 100644
--- a/src/views/ecg/room/RoomLoginSelect.vue
+++ b/src/views/ecg/room/RoomLoginSelect.vue
@@ -90,11 +90,11 @@
   }
 
   if (isStringEmpty(route.redirectedFrom?.fullPath))
-    push({ path: "/"})
+    push({ path: "/ecg/doctor"})
   else if(route.redirectedFrom?.fullPath === "/roomselect" )
-    push({ path: "/"})
+    push({ path: "/ecg/doctor"})
   else if(route.redirectedFrom?.fullPath === "/ecg/roomselect" )
-    push({ path: "/"})
+    push({ path: "/ecg/doctor"})
   else
     push({ path: route.redirectedFrom?.fullPath})
 }
@@ -137,13 +137,13 @@
   }
 
   if (isStringEmpty(route.redirectedFrom?.fullPath)) {
-    push({path: "/"})
+    push({path: "/ecg/doctor"})
   }
   else if(route.redirectedFrom?.fullPath === "/roomselect" ) {
-    push({path: "/"})
+    push({path: "/ecg/doctor"})
   }
   else if(route.redirectedFrom?.fullPath === "/ecg/roomselect" ) {
-    push({path: "/"})
+    push({path: "/ecg/doctor"})
   }
   else {
     push({path: route.redirectedFrom?.fullPath})

--
Gitblit v1.9.3