From 95bac2fe24b4f5442900f873393d252c7dcdc1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Fri, 9 May 2025 10:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BF=A1=E4=BB=A3=E7=A0=81=E5=BA=93-?= =?UTF-8?q?=E6=B7=B1=E5=BA=A6=E6=A3=80=E6=B5=8B=E5=88=86=E6=9E=90=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=BC=80=E5=8F=91=E6=9A=82=E6=97=B6=E4=B8=8D=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Detail/DeepDetectionAnalysis/Detail.vue | 286 ++++++++++++++++++ .../Detail/DeepDetectionAnalysis/index.vue | 264 ++++++++++++++++ src/views/Jyh/Version/Detail/index.vue | 3 + 3 files changed, 553 insertions(+) create mode 100644 src/views/Jyh/Version/Detail/DeepDetectionAnalysis/Detail.vue create mode 100644 src/views/Jyh/Version/Detail/DeepDetectionAnalysis/index.vue diff --git a/src/views/Jyh/Version/Detail/DeepDetectionAnalysis/Detail.vue b/src/views/Jyh/Version/Detail/DeepDetectionAnalysis/Detail.vue new file mode 100644 index 0000000..07d9455 --- /dev/null +++ b/src/views/Jyh/Version/Detail/DeepDetectionAnalysis/Detail.vue @@ -0,0 +1,286 @@ + + + + + + diff --git a/src/views/Jyh/Version/Detail/DeepDetectionAnalysis/index.vue b/src/views/Jyh/Version/Detail/DeepDetectionAnalysis/index.vue new file mode 100644 index 0000000..c74386e --- /dev/null +++ b/src/views/Jyh/Version/Detail/DeepDetectionAnalysis/index.vue @@ -0,0 +1,264 @@ + + + + diff --git a/src/views/Jyh/Version/Detail/index.vue b/src/views/Jyh/Version/Detail/index.vue index 1e1b0e5..d48a1d8 100644 --- a/src/views/Jyh/Version/Detail/index.vue +++ b/src/views/Jyh/Version/Detail/index.vue @@ -52,6 +52,7 @@ +
@@ -63,6 +64,7 @@ +
@@ -79,6 +81,7 @@ import AIRepair from '../../AIRepair/index.vue'; import LicenseInfo from '../../LicenseInfo/index.vue'; import Dependence from './Dependency.vue' import Malware from "@/views/Jyh/Version/Detail/Malware/Malware.vue"; +import DeepDetectionAnalysis from "@/views/Jyh/Version/Detail/DeepDetectionAnalysis/index.vue"; const { namespace } = getOrgInfo(); const route = useRoute(); // 获取路由对象 const avatarUrl = '/src/assets/imgs/jyh/工程首字母图标.png';