fix: 移除 domain 字段,优化数据结构一致性

This commit is contained in:
wangzhongjie 2025-04-07 15:05:51 +08:00
parent b073663570
commit 78ed717b9e

View File

@ -101,7 +101,6 @@ struct Index {
gateway: this.inputTextList1[5], //value.gateway网关
netMask: this.inputTextList1[4], //value.netMask网络掩码
dnsServers: this.inputTextList1[6],
domain: ""
}, (error: BusinessError) => {
if (error) {
Prompt.showToast({