This commit is contained in:
Devil 2021-03-16 14:48:48 +08:00
parent 7006de17a6
commit cb57d2ba19
3 changed files with 24 additions and 45 deletions

View File

@ -32,7 +32,7 @@
window.parent.location.reload();
}, 1500);
} else {
$('form.form-validation').find('button[type="submit"]').button('reset');
$('form.am-form').find('button[type="submit"]').button('reset');
Prompt(e.msg);
}
}

View File

@ -19,7 +19,7 @@ return [
// 应用地址
'app_host' => '',
// 应用调试模式
'app_debug' => true,
'app_debug' => false,
// 应用Trace
'app_trace' => false,
// 是否支持多模块

File diff suppressed because one or more lines are too long