mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 12:32:25 +00:00
Add operation record, and the user ID is not well thought out how to parse~
This commit is contained in:
@@ -73,5 +73,5 @@ type Sqlite struct {
|
||||
}
|
||||
|
||||
type Operation struct {
|
||||
SkipPaths []string `mapstructure: "skip_paths" json:"skip_paths" yaml: "username"`
|
||||
SkipPaths []string `mapstructure:"skip-paths" json:"skipPaths" yaml:"skip-paths"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user