规则对接完成

This commit is contained in:
xiayuping666
2024-04-26 18:02:23 +08:00
parent b7e02f94d9
commit c0efa47d1f
11 changed files with 995 additions and 4 deletions
+15
View File
@@ -638,5 +638,20 @@ export default {
icon: 'el-icon-collection',
},
},
{
path: '/regulation',
name: 'regulation',
component: 'regulation',
meta: {
title: 'message.router.regulation',
isLink: '',
isHide: false,
isKeepAlive: true,
isAffix: false,
isIframe: false,
roles: ['admin', 'common'],
icon: 'el-icon-collection',
},
},
],
};