TODO:可信代码库-公告政策页面开发,待替换内容

This commit is contained in:
付民康
2025-07-05 13:34:21 +08:00
parent accc0fc42e
commit 93ccfe0ff8
2 changed files with 255 additions and 0 deletions

View File

@@ -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' // 左侧菜单抽屉模式
}
}
]
},