环境配置

This commit is contained in:
zoujiandong
2025-07-10 11:03:40 +08:00
parent 320c54c998
commit 8367b54f7f
4 changed files with 8 additions and 6 deletions
@@ -173,7 +173,8 @@
<div class="row flex">
<imgCell
:type="'dpmas'"
v-for="img in dpm.dpmasImg.split(',')"
:imgIndex="index"
v-for="(img,index) in dpm.dpmasImg.split(',')"
:src="img.indexOf('http') > -1 ? img : fileHost + img"
@openEditor="openEditor"
></imgCell>
@@ -259,7 +260,8 @@
<div class="row flex">
<imgCell
:type="'check'"
v-for="img in caseVO.checkImg.split(',')"
:imgIndex="index"
v-for="(img,index) in caseVO.checkImg.split(',')"
:src="img.indexOf('http') > -1 ? img : fileHost + img"
@openEditor="openEditor"
></imgCell>