Tcode平台改造升级-产品服务详情页面开发

This commit is contained in:
fmk1023
2025-12-10 10:26:48 +08:00
parent c249b9d70f
commit e8eabfab9f
13 changed files with 616 additions and 2 deletions

View File

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