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

This commit is contained in:
杨航
2026-03-06 16:28:03 +08:00
parent a340720414
commit 00352b6cf2
@@ -118,6 +118,9 @@
import common from '@/common/common.js';
import {setupKeyboardHeightListener} from '@/common/common.js';
import { get_base_url } from '@/api/request.js';
import {
getToken
} from '@/common/common.js'
const emit = defineEmits(['replayInput'])
const popup = ref(null);
@@ -226,7 +229,8 @@
if (current === -1) {
return false;
}
const urlsList = urls.map((res) => base_url + res);
const token = getToken()
const urlsList = urls.map((res) => base_url + res+'?tk='+ token);
console.log(urlsList, current);
uni.previewImage({
current: current || 0,