Compare commits
2 Commits
52d1575890
...
bfe2478628
| Author | SHA1 | Date |
|---|---|---|
|
|
bfe2478628 | |
|
|
dedab4e6ba |
|
|
@ -1872,6 +1872,11 @@ public class OSSService(IOptionsMonitor<ObjectStoreServiceOptions> options,
|
|||
{
|
||||
objectStoreUse = find.Primary;
|
||||
}
|
||||
else
|
||||
{
|
||||
//本地localhost 时候,默认给值
|
||||
objectStoreUse = ObjectStoreServiceOptions.ObjectStoreUse;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue