Merge branch 'develop' of https://github.com/alibaba/nacos into develop
This commit is contained in:
commit
8e6e6f0362
@ -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
Loading…
Reference in New Issue
Block a user