Commit fcbb3bcf authored by zhangyichen's avatar zhangyichen

提交

parent 7766bde5
...@@ -102,7 +102,7 @@ export const constantRoutes = [ ...@@ -102,7 +102,7 @@ export const constantRoutes = [
path: 'type/data/:dictId(\\d+)', path: 'type/data/:dictId(\\d+)',
component: (resolve) => require(['@/views/system/dict/data'], resolve), component: (resolve) => require(['@/views/system/dict/data'], resolve),
name: 'Data', name: 'Data',
meta: { title: '字典数据;Dic Data', icon: '' } meta: { title: '字典参数;Dic Data', icon: '' }
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment