src/router/index.js
@@ -140,7 +140,7 @@ permissions: ['system:dict:list'], children: [ { path: 'index/:dictId(\\d+)', path: 'index/:dictId([a-zA-Z0-9]+)', component: () => import('@/views/system/dict/data'), name: 'Data', meta: { title: '字典数据', activeMenu: '/system/dict' }