元数据目录支持配置二级目录嵌入bi地址
Showing
1 changed file
with
23 additions
and
0 deletions
| ... | @@ -155,6 +155,29 @@ const routes: RouteRecordRaw[] = [ | ... | @@ -155,6 +155,29 @@ const routes: RouteRecordRaw[] = [ |
| 155 | } | 155 | } |
| 156 | ] | 156 | ] |
| 157 | }, | 157 | }, |
| 158 | { | ||
| 159 | path: '/data-meta/reports', | ||
| 160 | component: Layout, | ||
| 161 | meta: { | ||
| 162 | title: '资源目录', | ||
| 163 | icon: 'ep:grid', | ||
| 164 | }, | ||
| 165 | children: [ | ||
| 166 | { | ||
| 167 | path: '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 | }, | ||
| 158 | { | 181 | { |
| 159 | path: '/data-meta/reports', | 182 | path: '/data-meta/reports', |
| 160 | component: Layout, | 183 | component: Layout, | ... | ... |
-
Please register or sign in to post a comment