diff --git a/src/assets/v3/louDong_back.4bfd0a5.png b/src/assets/v3/louDong_back.4bfd0a5.png
new file mode 100644
index 0000000..7c2aa2f
Binary files /dev/null and b/src/assets/v3/louDong_back.4bfd0a5.png differ
diff --git a/src/components/Header/index.vue b/src/components/Header/index.vue
index 553a7ae..6dc7d17 100644
--- a/src/components/Header/index.vue
+++ b/src/components/Header/index.vue
@@ -249,7 +249,7 @@
- - 首页
+ - 首页
-
产品服务
@@ -339,7 +339,7 @@
- - 解决方案
+
- 解决方案
@@ -349,11 +349,43 @@
- 数据服务
-
-
+
+
+
+
+
+
+
+ -
+ 🗄️ 漏洞数据库
+
标准化漏洞查询
+
+
+
+ -
+ 🧠 威胁情报库
+
实时情报推送
+
+
+
+ -
+ 🚨 安全事件中心
+
事件复盘分析
+
+
+
+
+
+
@@ -365,7 +397,7 @@
- - 定价
+ - 定价
- 开源服务专区
@@ -417,7 +449,7 @@
- - 关于我们
+
- 关于我们
@@ -1421,7 +1453,7 @@ const handleLogin = (type) => {
.hover-product2 {
.menu-row-title {
color: #fff;
- font-size: 13px;
+ font-size: 18px;
padding: 20px 0;
/*writing-mode: vertical-rl;*/
align-items: center;
@@ -1431,7 +1463,8 @@ const handleLogin = (type) => {
justify-content: center;
letter-spacing: 8px;
padding: 10px;
- margin: 0 16px
+ margin: 0 16px;
+ text-align: center;
/*width: 60px;*/
}
}
diff --git a/src/layouts/DefaultLayout/index.vue b/src/layouts/DefaultLayout/index.vue
index 0ba0d1b..75f0cd6 100644
--- a/src/layouts/DefaultLayout/index.vue
+++ b/src/layouts/DefaultLayout/index.vue
@@ -38,7 +38,7 @@
-
+
diff --git a/src/router/config/home.ts b/src/router/config/home.ts
index a11cdca..7b2d1f6 100644
--- a/src/router/config/home.ts
+++ b/src/router/config/home.ts
@@ -197,6 +197,20 @@ export default [
hiddenFooter: true,
hasMobile: true,
asideMenu: 'drawer' // 左侧菜单抽屉模式
+
+ }
+ },
+ {
+ path: '/VulnerabilityDatabase',
+ name: 'VulnerabilityDatabase',
+ component: () => import('@/views/Jyh/VulnerabilityDatabase/index.vue'),
+ meta: {
+ title: '漏洞数据库',
+ reportTitle: '漏洞数据库',
+ className: 'w-full min-w-full',
+ hiddenFooter: true,
+ hasMobile: true,
+ asideMenu: 'drawer' // 左侧菜单抽屉模式
}
},
{
diff --git a/src/views/Jyh/Pricing/component/PricingComparisonTable.vue b/src/views/Jyh/Pricing/component/PricingComparisonTable.vue
index d1e77b8..92f6022 100644
--- a/src/views/Jyh/Pricing/component/PricingComparisonTable.vue
+++ b/src/views/Jyh/Pricing/component/PricingComparisonTable.vue
@@ -205,7 +205,7 @@ const comparisonData = ref([
.comparison-table-container {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
max-width: 1200px;
- margin: 0 auto;
+ margin: 60px auto;
padding: 40px 20px;
background-color: #fff;
color: #000;
diff --git a/src/views/Jyh/VulnerabilityDatabase/index.vue b/src/views/Jyh/VulnerabilityDatabase/index.vue
new file mode 100644
index 0000000..3001d14
--- /dev/null
+++ b/src/views/Jyh/VulnerabilityDatabase/index.vue
@@ -0,0 +1,306 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CNNVD编号:{{ item.cnnvd }}
+
+ {{ item.level }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+