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 } };