From ad4e61d7e7bde642c0cfa35cc54d7b9e9a2eba03 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 11 三月 2024 14:22:40 +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 old mode 100644 new mode 100755 index 8a68b20..f36ce4a --- 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