修改图片路径

This commit is contained in:
zpc 2024-11-09 03:07:07 +08:00
parent 2e9d387be6
commit 1fb5621af7

View File

@ -42,7 +42,7 @@ namespace CloudGaming.Code.AppExtend
{ {
get get
{ {
return this.DomainName + this.UploadPath; return this.DomainName; //+ this.UploadPath
} }
} }
} }