4f06c668 by lihua

修复配置错误

1 parent 78d9da31
...@@ -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,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!