配置管理 后台功能

This commit is contained in:
pixel
2020-01-13 15:25:03 +08:00
parent a53bf70f65
commit 838ac66660
7 changed files with 159 additions and 53 deletions

View File

@@ -26,5 +26,6 @@ func InitRouter() *gin.Engine {
router.InitWorkflowRouter(ApiGroup) // 工作流相关路由
router.InitCasbinRouter(ApiGroup) // 权限相关路由
router.InitJwtRouter(ApiGroup) // jwt相关路由
router.InitSystemRouter(ApiGroup) // system相关路由
return Router
}