Explorar el Código

fix(record): rts-api to rts

wangxiao hace 3 años
padre
commit
dadfa819be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/rts/record/index.vue

+ 1 - 1
src/pages/rts/record/index.vue

@@ -63,7 +63,7 @@
     @ok="state.visible = false"
     destroyOnClose
   >
-    <video-player-tsx :video-url="`/rts-api/record/${state.recordDetail.Path}`" />
+    <video-player-tsx :video-url="`/rts/record/${state.recordDetail.Path}`" />
   </modal-pro>
 
   <modal-pro