mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-30 02:49:03 +08:00
2.0.0
This commit is contained in:
parent
7006de17a6
commit
cb57d2ba19
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user