mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 12:32:25 +00:00
update method of operation record
This commit is contained in:
@@ -10,7 +10,6 @@ type Server struct {
|
||||
JWT JWT `mapstructure:"jwt" json:"jwt" yaml:"jwt"`
|
||||
Captcha Captcha `mapstructure:"captcha" json:"captcha" yaml:"captcha"`
|
||||
Log Log `mapstructure:"log" json:"log" yaml:"log"`
|
||||
Operation Operation `mapstructure:"operation" json:"operation" yaml:"operation"`
|
||||
}
|
||||
|
||||
type System struct {
|
||||
@@ -71,7 +70,3 @@ type Sqlite struct {
|
||||
Config string `mapstructure:"config" json:"config" yaml:"config"`
|
||||
LogMode bool `mapstructure:"log-mode" json:"logMode" yaml:"log-mode"`
|
||||
}
|
||||
|
||||
type Operation struct {
|
||||
SkipPaths []string `mapstructure:"skip-paths" json:"skipPaths" yaml:"skip-paths"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user