From 7199e3f33bf5112febff6568e21cab8285ed1188 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 27 八月 2024 17:58:38 +0800
Subject: [PATCH] update
---
src/permission.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/permission.ts b/src/permission.ts
index 6db7476..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?redirect=${to.fullPath}`})
+ next({path: `/roomselect?redirect=${to.fullPath}`})
}
// <<<銆愯瘖瀹ら�夋嫨銆�<<<
else {
--
Gitblit v1.9.3