Tcode平台改造升级-解决方案页面开发

This commit is contained in:
fmk1023
2025-12-04 14:58:14 +08:00
parent c7de332275
commit 63d4751838
9 changed files with 805 additions and 37 deletions

View File

@@ -31,6 +31,18 @@ export default [
asideMenu: 'drawer' // 左侧菜单抽屉模式
}
},
{
path: '/solutions',
name: 'solutions',
component: () => import('@/views/Jyh/solutions/index.vue'),
meta: {
title: '解决方案',
className: 'w-full min-w-full',
hiddenFooter: true,
hasMobile: true,
asideMenu: 'drawer'
}
},
{
path: '/repoDetail/AIRepair',
name: 'AIRepair',