sys_system.go 121 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 package model import ( "gin-vue-admin/config" ) // 配置文件结构体 type System struct { Config config.Server }