Compare commits

...

2 Commits

Author SHA1 Message Date
lyc 3992cc814a Merge pull request '文字描述' (#292) from lyc-dev into main 2024-09-29 11:10:27 +08:00
lyc 19e385ec24 文字描述 2024-09-29 11:10:28 +08:00
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: '取消',