lxh 3 달 전
부모
커밋
de22776cee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/vent/monitorManager/gateMonitor/components/CarDamageTable.vue

+ 1 - 1
src/views/vent/monitorManager/gateMonitor/components/CarDamageTable.vue

@@ -80,7 +80,7 @@ async function getCarList() {
   const remoteUrl = import.meta.env.DEV ? 'http://182.92.126.35' : 'http://' + window.location.hostname;
   dataSource.value = res.records.map(el => {
     return {
-      photoC: `${remoteUrl}:9999/sys/common/static/${el.photo}`,
+      photoC: `${remoteUrl}:9999/sys/common/static/${el.photo.substring(el.photo.indexOf('/gate_monitor'))}`,
       ...el
     }
   })