Merge pull request '文字描述' (#292) from lyc-dev into main

This commit is contained in:
lyc 2024-09-29 11:10:27 +08:00
commit 3992cc814a
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ function handleCommand(command) {
function logout() {
const hasClass = sessionStore.has('activeClass.id')
if (hasClass || toolState.isToolWin) return ElMessage.warning('当前正在上课,请先结束上课')
if (hasClass || toolState.isToolWin) return ElMessage.warning('当前正在上课,请先结束上课')
ElMessageBox.confirm('确认退出系统吗?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',