소스 검색

fix(record): rts-api to rts

wangxiao 3 년 전
부모
커밋
dadfa819be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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