feat(rbac): 按钮级别权限控制

This commit is contained in:
chenyang
2021-06-25 17:17:59 +08:00
parent f879919536
commit b2b3d65b14
13 changed files with 126 additions and 43 deletions

View File

@@ -22,6 +22,9 @@ module.exports = {
},
'/api': {
target: 'http://0.0.0.0:2019',
},
'/dashboard': {
target: 'http://0.0.0.0:4400',
}
}
},