feat:完善项目
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user