1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-12 23:50:14 +02:00

fixed bug

This commit is contained in:
link
2021-12-01 16:25:56 +08:00
parent 049090444e
commit 956328da86
9 changed files with 35 additions and 11 deletions

View File

@ -20,9 +20,10 @@ type UserModel struct {
//服务配置
type ServerModel struct {
HttpPort string
RunMode string
ServerApi string
HttpPort string
RunMode string
ServerApi string
LockAccount bool
}
//服务配置