eight
2024-08-28 19fb3909c154b939144cceb8877d6ce0c77df065
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 {