From 8ef5e2618d6fed0bbfea1aca99ca010b1e041718 Mon Sep 17 00:00:00 2001 From: wangjunyi <junyi.wang@hiscene.com> Date: 星期四, 27 四月 2023 17:39:45 +0800 Subject: [PATCH] 解决国标设备-通道-设备录像处的视频下载问题 --- web_src/src/components/dialog/onvifEdit.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web_src/src/components/dialog/onvifEdit.vue b/web_src/src/components/dialog/onvifEdit.vue index 8a68b20..f36ce4a 100644 --- a/web_src/src/components/dialog/onvifEdit.vue +++ b/web_src/src/components/dialog/onvifEdit.vue @@ -81,7 +81,7 @@ console.log(this.form); this.$axios({ method: 'get', - url:`./api/onvif/rtsp`, + url:`/api/onvif/rtsp`, params: { hostname: this.form.hostName, timeout: 3000, -- Gitblit v1.8.0