eight
2024-08-28 75bdffbfab151c40a79d70f1e7e6844c4c39c605
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 {