网络保存

This commit is contained in:
wujie
2022-11-04 15:11:45 +08:00
parent 0f435a565d
commit d80325553d

View File

@ -106,7 +106,7 @@
"port":document.getElementById('port').value, "port":document.getElementById('port').value,
"path":document.getElementById('path').value "path":document.getElementById('path').value
}); });
window.NetworkSettingEngine.save(data); window.NetworkSettingEngine.saveSetting(data);
window.View.reload(); window.View.reload();
} }