main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
Showing only changes of commit c16f3dab79 - Show all commits

View File

@ -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,