修复配置错误
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -166,7 +166,7 @@ const routes: RouteRecordRaw[] = [ | ... | @@ -166,7 +166,7 @@ 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'), | 169 | component: () => import('@/views/data_catalog/budgetDataIndex.vue'), |
| 170 | meta: { | 170 | meta: { |
| 171 | title: '', | 171 | title: '', |
| 172 | sidebar: true, | 172 | sidebar: true, | ... | ... |
-
Please register or sign in to post a comment