From 4dc604ec7fd0a30d5d85abbf1d70ad6b0b99841d Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 28 八月 2024 15:34:43 +0800
Subject: [PATCH] rename
---
src/permission.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/permission.ts b/src/permission.ts
index a2e58d1..748c7d4 100644
--- a/src/permission.ts
+++ b/src/permission.ts
@@ -83,7 +83,7 @@
// 鏂板銆愯瘖瀹ら�夋嫨銆戦�昏緫
if (userStore.getRoles.includes("doctor") && !userStore.getIsSetRoom ) {
- next({path: "/login-room-select"})
+ next({path: `/roomselect?redirect=${to.fullPath}`})
}
// <<<銆愯瘖瀹ら�夋嫨銆�<<<
else {
--
Gitblit v1.9.3