Compare commits

..

No commits in common. "bfe2478628bc01a6132b16d7b943c2cee1719472" and "52d15758907cbc14c695b719eff9e6839918582b" have entirely different histories.

1 changed files with 0 additions and 5 deletions

View File

@ -1872,11 +1872,6 @@ public class OSSService(IOptionsMonitor<ObjectStoreServiceOptions> options,
{
objectStoreUse = find.Primary;
}
else
{
//本地localhost 时候,默认给值
objectStoreUse = ObjectStoreServiceOptions.ObjectStoreUse;
}
}
else
{