eight
2024-08-27 2d093a888b13f7a020b5923da571733edea7affa
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 {