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