923ad70e by lihua

元数据目录支持配置二级目录嵌入bi地址

1 parent 2a7ff179
......@@ -180,6 +180,29 @@ const routes: RouteRecordRaw[] = [
]
},
{
path: '/data-meta/reports',
component: Layout,
meta: {
title: '资源目录',
icon: 'ep:grid',
},
children: [
{
path: 'iframePage',
name: 'iframePage',
component: () => import('@/views/data_meta/budgetDataIndex.vue'),
meta: {
title: '',
sidebar: true,
breadcrumb: false,
cache: true,
reuse: true,
activeMenu: '/data-meta/reports/iframePage',
},
}
]
},
{
path: '/data-meta/portraitMap',
component: Layout,
meta: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!