fix : 修改路由名称
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -219,7 +219,7 @@ const routes: RouteRecordRaw[] = [ | ... | @@ -219,7 +219,7 @@ const routes: RouteRecordRaw[] = [ |
| 219 | { | 219 | { |
| 220 | path: 'configure-rules', | 220 | path: 'configure-rules', |
| 221 | name: 'configureRules', | 221 | name: 'configureRules', |
| 222 | component: () => import('@/views/data_inventory/configureRules1.vue'), | 222 | component: () => import('@/views/data_inventory/configureRules.vue'), |
| 223 | meta: { | 223 | meta: { |
| 224 | title: '配置业务规则', | 224 | title: '配置业务规则', |
| 225 | sidebar: false, | 225 | sidebar: false, | ... | ... |
-
Please register or sign in to post a comment