layui2.5.6

This commit is contained in:
toogee 2020-01-16 17:36:51 +08:00
parent 6a4fa47207
commit e859db3af6
370 changed files with 4237 additions and 9 deletions

@ -29,7 +29,7 @@ return [
'deny_app_list' => [], 'deny_app_list' => [],
// 异常页面的模板文件 // 异常页面的模板文件
'exception_tmpl' => '../view/404.html', 'exception_tmpl' => app()->getThinkPath() . 'tpl/think_exception.tpl',
// 错误显示信息,非调试模式有效 // 错误显示信息,非调试模式有效
'error_message' => '页面错误!请稍后再试~', 'error_message' => '页面错误!请稍后再试~',

@ -22,7 +22,7 @@ return [
// 密码 // 密码
'password' => '', 'password' => '',
// 端口 // 端口
'hostport' => '', 'hostport' => '3306',
// 数据库连接参数 // 数据库连接参数
'params' => [], 'params' => [],
// 数据库编码默认采用utf8 // 数据库编码默认采用utf8

Before

(image error) Size: 2.6 KiB

After

(image error) Size: 2.6 KiB

Before

(image error) Size: 2.2 KiB

After

(image error) Size: 2.2 KiB

Some files were not shown because too many files have changed in this diff Show More