fix: 打包错误
Showing
2 changed files
with
1 additions
and
1 deletions
| ... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment