sys_system.go 121 Bytes EditWeb IDE 1 2 3 4 5 6 7 package response import "gin-vue-admin/config" type SysConfigResponse struct { Config config.Server `json:"config"` }