元数据目录支持配置二级目录嵌入bi地址
Showing
1 changed file
with
23 additions
and
0 deletions
| ... | @@ -180,6 +180,29 @@ const routes: RouteRecordRaw[] = [ | ... | @@ -180,6 +180,29 @@ const routes: RouteRecordRaw[] = [ |
| 180 | ] | 180 | ] |
| 181 | }, | 181 | }, |
| 182 | { | 182 | { |
| 183 | path: '/data-meta/reports', | ||
| 184 | component: Layout, | ||
| 185 | meta: { | ||
| 186 | title: '资源目录', | ||
| 187 | icon: 'ep:grid', | ||
| 188 | }, | ||
| 189 | children: [ | ||
| 190 | { | ||
| 191 | path: 'iframePage', | ||
| 192 | name: 'iframePage', | ||
| 193 | component: () => import('@/views/data_meta/budgetDataIndex.vue'), | ||
| 194 | meta: { | ||
| 195 | title: '', | ||
| 196 | sidebar: true, | ||
| 197 | breadcrumb: false, | ||
| 198 | cache: true, | ||
| 199 | reuse: true, | ||
| 200 | activeMenu: '/data-meta/reports/iframePage', | ||
| 201 | }, | ||
| 202 | } | ||
| 203 | ] | ||
| 204 | }, | ||
| 205 | { | ||
| 183 | path: '/data-meta/portraitMap', | 206 | path: '/data-meta/portraitMap', |
| 184 | component: Layout, | 207 | component: Layout, |
| 185 | meta: { | 208 | meta: { | ... | ... |
-
Please register or sign in to post a comment