Merge branch 'sit' into 'uat'

Sit

See merge request K17_AITS/tra-app!30
This commit is contained in:
田岩
2025-07-15 18:47:13 +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`)