Tcode平台改造升级-页面字段展示优化及定价页面路由创建
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user