feat:完善项目

This commit is contained in:
henry
2021-11-19 19:11:33 +08:00
parent 83a2d64ee6
commit 7bc2feaff9
8 changed files with 11 additions and 13 deletions

View File

@ -34,7 +34,7 @@ type ImageForm struct {
}
func (this *ImageForm) FilterImageURL() string {
return strings.Replace(this.Image, config.SettingInfo.Domain, "", -1)
return strings.Replace(this.Image, config.SystemConfig[config.Domain].(string), "", -1)
}
type PositionForm struct {