Browse Source

fix:json

zqbao 11 months ago
parent
commit
bcca63db1d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      controllers/sys_user.go

+ 0 - 1
controllers/sys_user.go

@@ -157,7 +157,6 @@ func (this *SysUserController) Add() {
 
 	br.Ret = 200
 	br.Success = true
-	br.IsAddLog = true
 	br.Msg = "添加成功"
 }