Merge branch 'develop' of https://github.com/alibaba/nacos into develop

This commit is contained in:
zhichen 2018-12-14 21:01:53 +08:00
commit 8e6e6f0362
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ class ServiceList extends React.Component {
onOk: () => {
request({
method: 'DELETE',
url: `v1/ns/service/remove?serviceName=${serviceName}`,
url: `v1/ns/service?serviceName=${serviceName}`,
dataType: 'text',
beforeSend: () => this.openLoading(),
success: res => {

File diff suppressed because one or more lines are too long