Browse Source

fix(record): rts-api to rts

wangxiao 3 năm trước cách đây
mục cha
commit
dadfa819be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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