ad147826 by xukangle

fix : 修改路由名称

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