【判读】图片显示地址修改

dianlixunjian
Zhufu 2024-10-23 14:37:33 +08:00
parent 5864346394
commit 5817322270
7 changed files with 14 additions and 14 deletions

View File

@ -259,13 +259,13 @@ onMounted(() => {
}
})
})
const { VITE_GLOB_API_URL } = getAppEnvConfig();
const { VITE_GLOB_INFO_IMAGE_URL } = getAppEnvConfig();
props.infoData.casepic && props.infoData.casepic.split(',').forEach(item => {
fileList.value.push({
uid: '-1',
name: item,
status: 'done',
url: VITE_GLOB_API_URL + '/' + item,
url: VITE_GLOB_INFO_IMAGE_URL + '/' + item,
})
})
})

View File

@ -259,13 +259,13 @@ onMounted(() => {
}
})
})
const { VITE_GLOB_API_URL } = getAppEnvConfig();
const { VITE_GLOB_INFO_IMAGE_URL } = getAppEnvConfig();
props.infoData.casepic && props.infoData.casepic.split(',').forEach(item => {
fileList.value.push({
uid: '-1',
name: item,
status: 'done',
url: VITE_GLOB_API_URL + '/' + item,
url: VITE_GLOB_INFO_IMAGE_URL + '/' + item,
})
})
})

View File

@ -279,13 +279,13 @@ onMounted(() => {
}
})
})
const { VITE_GLOB_API_URL } = getAppEnvConfig();
const { VITE_GLOB_INFO_IMAGE_URL } = getAppEnvConfig();
props.infoData.tubanpic_base && props.infoData.tubanpic_base.split(',').forEach(item => {
fileList.value.push({
uid: '-1',
name: item,
status: 'done',
url: VITE_GLOB_API_URL + '/' + item,
url: VITE_GLOB_INFO_IMAGE_URL + '/' + item,
})
})
})

View File

@ -259,13 +259,13 @@ onMounted(() => {
}
})
})
const { VITE_GLOB_API_URL } = getAppEnvConfig();
const { VITE_GLOB_INFO_IMAGE_URL } = getAppEnvConfig();
props.infoData.casepic && props.infoData.casepic.split(',').forEach(item => {
fileList.value.push({
uid: '-1',
name: item,
status: 'done',
url: VITE_GLOB_API_URL + '/' + item,
url: VITE_GLOB_INFO_IMAGE_URL + '/' + item,
})
})
})

View File

@ -259,13 +259,13 @@ onMounted(() => {
}
})
})
const { VITE_GLOB_API_URL } = getAppEnvConfig();
const { VITE_GLOB_INFO_IMAGE_URL } = getAppEnvConfig();
props.infoData.casepic && props.infoData.casepic.split(',').forEach(item => {
fileList.value.push({
uid: '-1',
name: item,
status: 'done',
url: VITE_GLOB_API_URL + '/' + item,
url: VITE_GLOB_INFO_IMAGE_URL + '/' + item,
})
})
})

View File

@ -259,13 +259,13 @@ onMounted(() => {
}
})
})
const { VITE_GLOB_API_URL } = getAppEnvConfig();
const { VITE_GLOB_INFO_IMAGE_URL } = getAppEnvConfig();
props.infoData.casepic && props.infoData.casepic.split(',').forEach(item => {
fileList.value.push({
uid: '-1',
name: item,
status: 'done',
url: VITE_GLOB_API_URL + '/' + item,
url: VITE_GLOB_INFO_IMAGE_URL + '/' + item,
})
})
})

View File

@ -259,13 +259,13 @@ onMounted(() => {
}
})
})
const { VITE_GLOB_API_URL } = getAppEnvConfig();
const { VITE_GLOB_INFO_IMAGE_URL } = getAppEnvConfig();
props.infoData.casepic && props.infoData.casepic.split(',').forEach(item => {
fileList.value.push({
uid: '-1',
name: item,
status: 'done',
url: VITE_GLOB_API_URL + '/' + item,
url: VITE_GLOB_INFO_IMAGE_URL + '/' + item,
})
})
})