perf: ui show;fix: avatar

This commit is contained in:
archer
2023-05-08 18:44:10 +08:00
parent f20a5fe9a6
commit 18e0212d27
5 changed files with 26 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ const ModelSchema = new Schema({
},
avatar: {
type: String,
default: ''
default: '/icon/logo.png'
},
status: {
type: String,