Tcode平台改造升级-武汉市开源建设生态页面开发

This commit is contained in:
fmk1023
2025-12-11 17:32:06 +08:00
parent 0f84f23c63
commit d6b5456e43
3 changed files with 1339 additions and 4 deletions

View File

@@ -293,6 +293,19 @@ export default [
asideMenu: 'drawer' // 左侧菜单抽屉模式
}
},
{
path: '/Community',
name: 'Community',
component: () => import('@/views/Jyh/Community/index.vue'),
meta: {
title: 'Community',
reportTitle: 'Community',
className: 'w-full min-w-full',
hiddenFooter: true,
hasMobile: true,
asideMenu: 'drawer' // 左侧菜单抽屉模式
}
},
{
path: '/LinePage',
name: 'LinePage',