diff --git a/html/index.html b/html/index.html index b7a5de5..2c3ff2e 100644 --- a/html/index.html +++ b/html/index.html @@ -171,11 +171,12 @@ return a }) this.$http.post(window.location.pathname + 'config', storeConfig) - .then(response => {}) - .then(this.$http.post(window.location.pathname + 'restart')) - .then(() => { + .then(response => { document.body.style = 'display:none' setTimeout(() => window.location.reload(), 1e3) + this.$http.post(window.location.pathname + 'restart') + .then(() => { + }) }) }, addAlarm() { @@ -201,4 +202,4 @@ - \ No newline at end of file +