Skip to content

Commit a5aaaeb

Browse files
committed
fix
1 parent 5bab71a commit a5aaaeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/op/base_op.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ bool BaseOp::UseDefaultDomain() const{
5353
if (m_config && m_config->GetSetIntranetOnce() && m_config->IsUseIntranet() && !m_config->GetIntranetAddr().empty()
5454
|| CosSysConfig::IsUseIntranet() && !CosSysConfig::GetIntranetAddr().empty()
5555
|| (!m_config->GetDestDomain().empty())
56-
|| !CosSysConfig::GetDestDomain().empty()) {
56+
|| !CosSysConfig::GetDestDomain().empty()
57+
|| m_config->GetRegion().compare("accelerate") == 0) {
5758
return false;
5859
}
5960
return true;

0 commit comments

Comments
 (0)