fix: 打包
Showing
1 changed file
with
0 additions
and
23 deletions
| ... | @@ -192,29 +192,6 @@ const routes: RouteRecordRaw[] = [ | ... | @@ -192,29 +192,6 @@ const routes: RouteRecordRaw[] = [ |
| 192 | ] | 192 | ] |
| 193 | }, | 193 | }, |
| 194 | { | 194 | { |
| 195 | path: '/data-meta/reports', | ||
| 196 | component: Layout, | ||
| 197 | meta: { | ||
| 198 | title: '资源目录', | ||
| 199 | icon: 'ep:grid', | ||
| 200 | }, | ||
| 201 | children: [ | ||
| 202 | { | ||
| 203 | path: 'iframePage', | ||
| 204 | name: 'iframePage', | ||
| 205 | component: () => import('@/views/data_catalog/budgetDataIndex.vue'), | ||
| 206 | meta: { | ||
| 207 | title: '', | ||
| 208 | sidebar: true, | ||
| 209 | breadcrumb: false, | ||
| 210 | cache: true, | ||
| 211 | reuse: true, | ||
| 212 | activeMenu: '/data-meta/reports/iframePage', | ||
| 213 | }, | ||
| 214 | } | ||
| 215 | ] | ||
| 216 | }, | ||
| 217 | { | ||
| 218 | path: '/data-meta/portraitMap', | 195 | path: '/data-meta/portraitMap', |
| 219 | component: Layout, | 196 | component: Layout, |
| 220 | meta: { | 197 | meta: { | ... | ... |
-
Please register or sign in to post a comment