mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 05:29:29 +08:00
fix: dubbo 配置中心非必填
This commit is contained in:
parent
282a5d5c17
commit
f591f5d9c6
@ -359,12 +359,6 @@ export class DubboRequest extends Request {
|
||||
info: 'api_test.request.dubbo.input_method'
|
||||
}
|
||||
}
|
||||
if (!this.configCenter.isValid()) {
|
||||
return {
|
||||
isValid: false,
|
||||
info: 'api_test.request.dubbo.input_config_center'
|
||||
}
|
||||
}
|
||||
if (!this.registryCenter.isValid()) {
|
||||
return {
|
||||
isValid: false,
|
||||
|
Loading…
Reference in New Issue
Block a user