From 93ccfe0ff8e9684880bed6f35c10a70df2f2918e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Sat, 5 Jul 2025 13:34:21 +0800 Subject: [PATCH] =?UTF-8?q?TODO:=E5=8F=AF=E4=BF=A1=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=BA=93-=E5=85=AC=E5=91=8A=E6=94=BF=E7=AD=96=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=BC=80=E5=8F=91=EF=BC=8C=E5=BE=85=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/config/home.ts | 13 ++ src/views/Jyh/Declaration/index.vue | 242 ++++++++++++++++++++++++++++ 2 files changed, 255 insertions(+) create mode 100644 src/views/Jyh/Declaration/index.vue 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 @@ + + +