44c45fd2 by lihua

fix: 打包错误

1 parent ac2b13c7
...@@ -144,7 +144,7 @@ const routes: RouteRecordRaw[] = [ ...@@ -144,7 +144,7 @@ const routes: RouteRecordRaw[] = [
144 { 144 {
145 path: 'budgetDataIndex', 145 path: 'budgetDataIndex',
146 name: 'budgetDataIndex', 146 name: 'budgetDataIndex',
147 component: () => import('@/views/data_catalog/budgetDataIndex.vue'), 147 component: () => import('@/views/data_meta/budgetDataIndex.vue'),
148 meta: { 148 meta: {
149 title: '', 149 title: '',
150 // sidebar: false, 150 // sidebar: false,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!