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

This commit is contained in:
杨航
2026-01-16 17:51:17 +08:00
parent fe0c406955
commit 3cef854bc6
2 changed files with 4 additions and 3 deletions
@@ -49,6 +49,7 @@
import {
onUnload
} from '@dcloudio/uni-app';
import { getToken } from '@/common/common.js'
const props = defineProps({
dataInfo: {
default: () => ({
@@ -149,7 +150,7 @@
talkVoiceObj.value.src = '';
if (unref(dataInfo).ossAddr) {
setTimeout(() => {
talkVoiceObj.value.src = unref(dataInfo).ossAddr;
talkVoiceObj.value.src = unref(dataInfo).ossAddr + '?tk=' + getToken();
talkVoiceObj.value.play();
isPlaying.value = true;
}, 100);