diff --git a/src/router/config/home.ts b/src/router/config/home.ts
index ea84060..9fe485a 100644
--- a/src/router/config/home.ts
+++ b/src/router/config/home.ts
@@ -106,6 +106,19 @@ export default [
hiddenFooter: true,
hasMobile: true
}
+ },
+ {
+ path: 'declaration',
+ name: 'declaration',
+ component: () => import('@/views/Jyh/Declaration/index.vue'),
+ meta: {
+ title: '政策声明',
+ reportTitle: '政策声明',
+ className: 'w-full min-w-full',
+ hiddenFooter: true,
+ hasMobile: true,
+ asideMenu: 'drawer' // 左侧菜单抽屉模式
+ }
}
]
},
diff --git a/src/views/Jyh/Declaration/index.vue b/src/views/Jyh/Declaration/index.vue
new file mode 100644
index 0000000..84ef70c
--- /dev/null
+++ b/src/views/Jyh/Declaration/index.vue
@@ -0,0 +1,242 @@
+
+
+
+
+