diff --git a/nuxt-demo/app/components/AppHead/index.vue b/nuxt-demo/app/components/AppHead/index.vue
index d0b849b..7ca024e 100644
--- a/nuxt-demo/app/components/AppHead/index.vue
+++ b/nuxt-demo/app/components/AppHead/index.vue
@@ -32,10 +32,50 @@
解决方案
新闻资讯
+
+ 政策法规
+
+
+ {{item.name}}
+
+
+
安全评价
合作案例
- 关于秦安
+
+
+ 关于秦安
+
+
+ {{item.name}}
+
+
+
秦安安全大模型
股票代码:871771
@@ -47,6 +87,8 @@
import { ref, onMounted, onUnmounted } from "vue";
const isProductHovered = ref(false);
+const isAboutHovered = ref(false);
+const isRuleHovered = ref(false);
const isScrolled = ref(false);
const route = useRoute();
@@ -77,6 +119,20 @@ const proList = [
{ name: "服务机构自我赋能平台", path: "" },
{ name: "应急管理大数据中心", path: "" },
];
+const AboutList=[
+ { name: "公司简介", path: "/about" },
+ { name: "领导致词", path: "/about/leaderSpeech" },
+ { name: "发展战略", path: "/about/developmentStrategy" },
+ { name: "组织架构", path: "/about/organizationalStructure" },
+ { name: "资质荣誉", path: "/about/honor" },
+ { name: "发展历程", path: "/about/developmentHistory" },
+];
+const RuleList= [
+ { name: "法律法规", path: "/rule/legal" },
+ { name: "政府规章", path: "/rule/government" },
+ { name: "规范文件", path: "/rule/specification" },
+ { name: "技术标准", path: "/rule/technicalStandards" },
+];
diff --git a/nuxt-demo/app/pages/about/developmentStrategy.vue b/nuxt-demo/app/pages/about/developmentStrategy.vue
new file mode 100644
index 0000000..5fd534c
--- /dev/null
+++ b/nuxt-demo/app/pages/about/developmentStrategy.vue
@@ -0,0 +1,11 @@
+
+
+
+ 发展战略
+
+
+
diff --git a/nuxt-demo/app/pages/about/honor.vue b/nuxt-demo/app/pages/about/honor.vue
new file mode 100644
index 0000000..ee0138a
--- /dev/null
+++ b/nuxt-demo/app/pages/about/honor.vue
@@ -0,0 +1,11 @@
+
+
+
+ 资质荣誉
+
+
+
diff --git a/nuxt-demo/app/pages/about/leaderSpeech.vue b/nuxt-demo/app/pages/about/leaderSpeech.vue
new file mode 100644
index 0000000..773346b
--- /dev/null
+++ b/nuxt-demo/app/pages/about/leaderSpeech.vue
@@ -0,0 +1,11 @@
+
+
+
+ 领导致词
+
+
+
diff --git a/nuxt-demo/app/pages/about/organizationalStructure.vue b/nuxt-demo/app/pages/about/organizationalStructure.vue
new file mode 100644
index 0000000..4f3e0ef
--- /dev/null
+++ b/nuxt-demo/app/pages/about/organizationalStructure.vue
@@ -0,0 +1,11 @@
+
+
+
+ 组织架构
+
+
+
diff --git a/nuxt-demo/app/pages/rule/details.vue b/nuxt-demo/app/pages/rule/details.vue
new file mode 100644
index 0000000..a1d5b00
--- /dev/null
+++ b/nuxt-demo/app/pages/rule/details.vue
@@ -0,0 +1,9 @@
+
+
+
+ 详情
+
+
+
diff --git a/nuxt-demo/app/pages/rule/government.vue b/nuxt-demo/app/pages/rule/government.vue
new file mode 100644
index 0000000..b93d7af
--- /dev/null
+++ b/nuxt-demo/app/pages/rule/government.vue
@@ -0,0 +1,12 @@
+
+
+
+ 政府规章
+
+
+
+
diff --git a/nuxt-demo/app/pages/rule/legal.vue b/nuxt-demo/app/pages/rule/legal.vue
new file mode 100644
index 0000000..9b9d7aa
--- /dev/null
+++ b/nuxt-demo/app/pages/rule/legal.vue
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
政策法规
+
安全第一 预防为主 综合治理
+
+
+
+
+
+
法律法规
+
政府章规
+
规范文件
+
技术标准
+
+
+
+
+
+
+
+
《应急管理部行政复议和行政应诉工作办法》中华人民共和国应急管理部令第15号2024年6月1日起施行
+
2024-04-15
+
+
+
+
+
+
+
+
+
《应急管理部行政复议和行政应诉工作办法》中华人民共和国应急管理部令第15号2024年6月1日起施行
+
2024-04-15
+
+
+
+
+
+
+
+
+
《应急管理部行政复议和行政应诉工作办法》中华人民共和国应急管理部令第15号2024年6月1日起施行
+
2024-04-15
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/nuxt-demo/app/pages/rule/specification.vue b/nuxt-demo/app/pages/rule/specification.vue
new file mode 100644
index 0000000..898f439
--- /dev/null
+++ b/nuxt-demo/app/pages/rule/specification.vue
@@ -0,0 +1,11 @@
+
+
+
+ 规范文件
+
+
+
diff --git a/nuxt-demo/app/pages/rule/technicalStandards.vue b/nuxt-demo/app/pages/rule/technicalStandards.vue
new file mode 100644
index 0000000..49641e3
--- /dev/null
+++ b/nuxt-demo/app/pages/rule/technicalStandards.vue
@@ -0,0 +1,11 @@
+
+
+
+ 技术标准
+
+
+