eight
2024-08-28 32af4c7211d1bf20a44ba1d96a9c7431f44ecfa8
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 {