增加角色复制后台功能 修复swagger不能带token的问题

This commit is contained in:
pixel
2020-04-20 16:21:50 +08:00
parent eea245e405
commit 0be0ec9a2f
11 changed files with 456 additions and 11 deletions

View File

@@ -11,6 +11,7 @@ import (
)
//初始化总路由
func Routers() *gin.Engine {
var Router = gin.Default()