diff --git a/src/router/config/home.ts b/src/router/config/home.ts
index 9fe485a..8c54c76 100644
--- a/src/router/config/home.ts
+++ b/src/router/config/home.ts
@@ -119,7 +119,7 @@ export default [
hasMobile: true,
asideMenu: 'drawer' // 左侧菜单抽屉模式
}
- }
+ },
]
},
{
@@ -142,5 +142,19 @@ export default [
}
}
]
- }
+ },
+
+ {
+ path: '/repoDetails/:versionId',
+ name: 'RepoDetails',
+ component: () => import('@/views/Jyh/Version/Detail/index2.vue'),
+ meta: {
+ title: '软件版本详情',
+ reportTitle: '软件版本详情页',
+ className: 'w-full min-w-full',
+ hiddenFooter: true,
+ hasMobile: true,
+ asideMenu: 'drawer' // 左侧菜单抽屉模式
+ }
+ },
];
diff --git a/src/views/Jyh/Version/Detail/index2.vue b/src/views/Jyh/Version/Detail/index2.vue
new file mode 100644
index 0000000..2d9895f
--- /dev/null
+++ b/src/views/Jyh/Version/Detail/index2.vue
@@ -0,0 +1,476 @@
+
+
+
+
+
+
+
+
+