a6d0bdc6 by lihua

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

1 parent 150ca479
...@@ -166,6 +166,29 @@ const routes: RouteRecordRaw[] = [ ...@@ -166,6 +166,29 @@ const routes: RouteRecordRaw[] = [
166 { 166 {
167 path: 'iframePage', 167 path: 'iframePage',
168 name: 'iframePage', 168 name: 'iframePage',
169 component: () => import('@/views/data_meta/budgetDataIndex.vue'),
170 meta: {
171 title: '',
172 sidebar: true,
173 breadcrumb: false,
174 cache: true,
175 reuse: true,
176 activeMenu: '/data-meta/reports/iframePage',
177 },
178 }
179 ]
180 },
181 {
182 path: '/data-meta/reports',
183 component: Layout,
184 meta: {
185 title: '资源目录',
186 icon: 'ep:grid',
187 },
188 children: [
189 {
190 path: 'iframePage',
191 name: 'iframePage',
169 component: () => import('@/views/data_catalog/budgetDataIndex.vue'), 192 component: () => import('@/views/data_catalog/budgetDataIndex.vue'),
170 meta: { 193 meta: {
171 title: '', 194 title: '',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!