Tcode平台改造升级-页面字段展示优化及定价页面路由创建

This commit is contained in:
fmk1023
2025-12-01 10:20:14 +08:00
parent 4440333736
commit e01a050f80
4 changed files with 40 additions and 13 deletions

View File

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