@@ -284,6 +284,9 @@
if (valid) {
var _this = this;
this.logining = true;
+ setTimeout(function () {
+ this.logining = false;
+ }, 15000);
this.http.post(this.port.manage.login, this.ruleForm , res => {
this.logining = false;
if (res.code == "ok") {