元数据目录支持配置二级目录嵌入bi地址
Showing
1 changed file
with
23 additions
and
0 deletions
| ... | @@ -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: '', | ... | ... |
-
Please register or sign in to post a comment