From 8544ad5024c46f25e25f5426c8f6bf7c2a845836 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期一, 28 十月 2024 09:22:56 +0800
Subject: [PATCH] remove pay-related icons
---
src/views/ecg/room/RoomLoginSelect.vue | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/views/ecg/room/RoomLoginSelect.vue b/src/views/ecg/room/RoomLoginSelect.vue
index fa8f72f..00ae7df 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})
}
@@ -136,14 +136,15 @@
curSel.value = newRoomVO;
}
+ // curSel.value.opType 0 1 2
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