From 75bdffbfab151c40a79d70f1e7e6844c4c39c605 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 28 八月 2024 14:49:40 +0800
Subject: [PATCH] remove 百度统计

---
 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