From 7b3470b83c5a26bb1531cb7fd34d54845c5266cd Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Tue, 31 Oct 2023 19:06:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ErrorMessage/404.vue | 5 +++-- src/layouts/LayoutClassic/index.vue | 14 +++++++------- .../siteSupervision/videoMonitoring/index.vue | 6 +++++- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/components/ErrorMessage/404.vue b/src/components/ErrorMessage/404.vue index 70ca0b1..fdefec4 100644 --- a/src/components/ErrorMessage/404.vue +++ b/src/components/ErrorMessage/404.vue @@ -3,8 +3,9 @@ 404

404

-

抱歉,您访问的页面不存在~🤷‍♂️🤷‍♀️

- 返回首页 + +

请返回菜单,重新进入视频监控🤷‍♂️🤷‍♀️

+
diff --git a/src/layouts/LayoutClassic/index.vue b/src/layouts/LayoutClassic/index.vue index 20a7899..714cd6c 100644 --- a/src/layouts/LayoutClassic/index.vue +++ b/src/layouts/LayoutClassic/index.vue @@ -1,10 +1,10 @@ diff --git a/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.vue b/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.vue index d4fa637..c8591cf 100644 --- a/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.vue +++ b/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.vue @@ -27,6 +27,7 @@ + 插件包下载 @@ -255,7 +256,10 @@ const formData = ref({ solveTime: "", state: 0 }); - +// 插件包下载 +const downPlugin = () => { + window.open("http://jxjzw.zhgdyun.com:9001/wisdomsitezw/6540aded12b35e9b901e611e.zip"); +}; const changeTreeFilter = async (item: { data: { code: string | null; title: any; children: any[] }; parent: { data: { title: any } };