Your Name 3 år sedan
förälder
incheckning
8ff2e8527f
2 ändrade filer med 8 tillägg och 6 borttagningar
  1. BIN
      src/assets/temp.png
  2. 8 6
      src/views/IncidentDetail/LiveMonitoringCard/index.tsx

BIN
src/assets/temp.png


+ 8 - 6
src/views/IncidentDetail/LiveMonitoringCard/index.tsx

@@ -9,6 +9,8 @@ import {
   onUnmounted,
   ref,
 } from 'vue-demi';
+// @ts-ignore
+import fdimg from '@/assets/temp.png';
 
 export default defineComponent({
   name: 'LiveMonitoringCard',
@@ -24,10 +26,10 @@ export default defineComponent({
       <Card cardType="live-monitoring">
         <div class="livec">
           <div id="relvideo1"  style="width: 100%;height: 100%;">
-          <img
+           <img
             style="width: 100%;height: 100%;"
-            src="https://img1.baidu.com/it/u=1650334584,1209303936&fm=253&fmt=auto&app=120&f=JPEG?w=1129&h=642"
-          />
+            src={fdimg}
+          /> 
 
 
           </div>
@@ -35,10 +37,10 @@ export default defineComponent({
         </div>
         <div class="livec">
         <div id="relvideo2"  style="width: 100%;height: 100%;">
-          <img
+           <img
             style="width: 100%;height: 100%;"
-            src="https://img1.baidu.com/it/u=1650334584,1209303936&fm=253&fmt=auto&app=120&f=JPEG?w=1129&h=642"
-          />
+            src={fdimg}
+          /> 
 
 
           </div>