lyc-dev #153

Merged
lyc merged 2 commits from lyc-dev into main 2024-12-19 16:56:33 +08:00
1 changed files with 4 additions and 4 deletions

View File

@ -182,9 +182,9 @@ watch(
const logout = () => {
const hasClass = sessionStore.has('activeClass.id')
const hasTool = sessionStore.get('isToolWin')
if (hasClass || hasTool) return ElMessage.warning('当前正在上课,请先结束上课')
if(!!sessionstore.get('curr.classcourse'))return ElMessage.warning('当前正在上课,请先结束上课')
ElMessageBox.confirm('确认退出系统吗?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',