Skip to content

Commit

Permalink
#116 菜单绑定API权限
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjiawei committed Jan 10, 2025
1 parent df2b1fc commit a9a3fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskman-server/models/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ func InitConfig(configFile string) (errMessage string) {
errMessage = "json unmarshal menu api map content fail," + err.Error()
return
}
log.Println("enable menu api permission success")
} else {
log.Println("disable menu api permission success")
}
Expand Down

0 comments on commit a9a3fd7

Please sign in to comment.