删除修改DNS服务器时冗余的成功提示
This commit is contained in:
parent
bc651956f3
commit
c16f3dab79
@ -193,7 +193,6 @@ export default {
|
|||||||
},
|
},
|
||||||
onSuccess(data) {
|
onSuccess(data) {
|
||||||
if (data.status === 'success') {
|
if (data.status === 'success') {
|
||||||
toast.success('DNS服务器修改成功!');
|
|
||||||
this.$emit('success', {
|
this.$emit('success', {
|
||||||
domain: this.domainDoc?.domain,
|
domain: this.domainDoc?.domain,
|
||||||
dnsServers: this.dnsServers,
|
dnsServers: this.dnsServers,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user