JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug

This commit is contained in:
杨航
2025-12-18 15:57:50 +08:00
parent 2a82fad96c
commit 77e53dad4f
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -62,6 +62,7 @@
}
const isPreview = ref(false)
const toTip = () => {
if(!activeRole.value.chaId) return
if (isPreview.value) {
common.navigateTo('/pages/sparring/tip?traId=' + traId.value + '&chaId=' + activeRole.value.chaId +
'&type=' + talkingType.value + '&isPreview=' + (isPreview.value ? '1' : ''))