JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug
This commit is contained in:
@@ -118,6 +118,9 @@
|
|||||||
import common from '@/common/common.js';
|
import common from '@/common/common.js';
|
||||||
import {setupKeyboardHeightListener} from '@/common/common.js';
|
import {setupKeyboardHeightListener} from '@/common/common.js';
|
||||||
import { get_base_url } from '@/api/request.js';
|
import { get_base_url } from '@/api/request.js';
|
||||||
|
import {
|
||||||
|
getToken
|
||||||
|
} from '@/common/common.js'
|
||||||
|
|
||||||
const emit = defineEmits(['replayInput'])
|
const emit = defineEmits(['replayInput'])
|
||||||
const popup = ref(null);
|
const popup = ref(null);
|
||||||
@@ -226,7 +229,8 @@
|
|||||||
if (current === -1) {
|
if (current === -1) {
|
||||||
return false;
|
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);
|
console.log(urlsList, current);
|
||||||
uni.previewImage({
|
uni.previewImage({
|
||||||
current: current || 0,
|
current: current || 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user