mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-02-15 08:55:36 +08:00
feat: 小功能优化&前端基于setup语法糖重构
This commit is contained in:
@@ -56,7 +56,7 @@ func InitAccountRouter(router *gin.RouterGroup) {
|
||||
ctx.NewReqCtxWithGin(c).Handle(a.Accounts)
|
||||
})
|
||||
|
||||
createAccount := ctx.NewLogInfo("创建账号").WithSave(true)
|
||||
createAccount := ctx.NewLogInfo("保存账号信息").WithSave(true)
|
||||
addAccountPermission := ctx.NewPermission("account:add")
|
||||
account.POST("", func(c *gin.Context) {
|
||||
ctx.NewReqCtxWithGin(c).
|
||||
|
||||
Reference in New Issue
Block a user