Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

This commit is contained in:
2025-07-16 09:14:16 +08:00
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -104,7 +104,7 @@ onMounted(async ()=>{
permission.gotoAppPermissionSetting()
}else{
// 取消
common.redirectTo('/pages/index/index')
common.navigateBack()
}
})
}
@@ -117,7 +117,7 @@ onMounted(async ()=>{
permission.gotoAppPermissionSetting()
}else{
// 取消
common.redirectTo('/pages/index/index')
common.navigateBack()
}
})
}
+1
View File
@@ -586,6 +586,7 @@ const showTalkingModel = ref(false)
// })
onHide(()=>{
if(watchFlag.value === 1) return
changePlayItemId('')
socketStore.closeSocket()
common.show('提示信息', '检测到您已离开,即将退出学习页面。',false, '','确认').then((res) => {
common.redirectTo(`/pages/courseDetail/index?crsId=${crsId.value}&crsNum=${crsNum.value}&from=study`)