Commit f4100f43 authored by q4speed's avatar q4speed
Browse files

fix(接口测试): 修复get provider成功后的提示

parent fc278e6b
Showing with 1 addition and 0 deletions
+1 -0
......@@ -96,6 +96,7 @@
this.methods = this.methodMap[this.request.interface].methods;
}
this.loading = false;
this.$success(this.$t('api_test.request.dubbo.get_provider_success'));
}).catch(() => {
this.loading = false;
this.$warning(this.$t('api_test.request.dubbo.check_registry_center'));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment