3625e1e3 by lihua

fix: 打包

1 parent 44c45fd2
......@@ -192,29 +192,6 @@ const routes: RouteRecordRaw[] = [
]
},
{
path: '/data-meta/reports',
component: Layout,
meta: {
title: '资源目录',
icon: 'ep:grid',
},
children: [
{
path: 'iframePage',
name: 'iframePage',
component: () => import('@/views/data_catalog/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!