fix: 移除 domain 字段,优化数据结构一致性
This commit is contained in:
parent
b073663570
commit
78ed717b9e
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user