config server ip

This commit is contained in:
2020-05-22 15:17:32 +07:00
parent 2e6e53bc10
commit 3b7e6500b4
4 changed files with 10 additions and 16 deletions

View File

@@ -7,8 +7,7 @@ function saveStep1(e) {
url: $(e).attr("data-href"),
type: 'POST',
data: {
servermqtt: $("input[name='servermqtt']").val(),
url: $("input[name='url']").val()
server: $("input[name='servermqtt']").val()
},
success: function (data) {
setTimeout(function () {