Commit 5c4c175d by Tianqing Liu

fix: 解决历史进度条不展示问题

1 parent 77142096
......@@ -133,7 +133,7 @@ export default {
let par = {
gateUnid: this.gateUnid,
startTime:startDay + ' 00:00:00',
stopTime:stopTime,
endTime:stopTime,
}
tourApi.getThroughVideoRecord(par).then(res => {
if(res.data.code == 200) {
......
......@@ -311,6 +311,8 @@
</div>
</template>
<script setup>
// 开发页面
// http://localhost:3000/apph5/?atoken=edb861d2-249f-4530-b2ac-6fca17216305&userId=11883&type=&id=632&name=%E4%BC%9A%E8%AE%AE%E5%AE%A4%E9%97%A8%E5%8F%A3&accountId=337&mallId=9217&mallName=%E4%BC%9A%E8%AE%AE%E5%AE%A4%E9%97%A8%E5%8F%A3&bookmark=false&channelNo=4&deviceSerial=F16423875&gateUnid=cf21f4a8-65c6-11ee-837e-00163e143ecd&ptzEnable=0&origin=record
import { ref, onMounted } from "vue";
import { Toast } from "vant";
import livePlayer from "@/components/extension/index.vue";
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!