This commit is contained in:
toogee 2020-01-12 15:25:26 +08:00
parent 4170518686
commit 5ed7ba39d3
3 changed files with 10 additions and 10 deletions

16
composer.lock generated
View File

@ -504,12 +504,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/top-think/framework.git", "url": "https://github.com/top-think/framework.git",
"reference": "dbdf7e45e6c9a598017e15d3116c1cf96a87c0ae" "reference": "e7fa18eebf3092c9abf34c79310eca4d17c78cbd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/top-think/framework/zipball/dbdf7e45e6c9a598017e15d3116c1cf96a87c0ae", "url": "https://api.github.com/repos/top-think/framework/zipball/e7fa18eebf3092c9abf34c79310eca4d17c78cbd",
"reference": "dbdf7e45e6c9a598017e15d3116c1cf96a87c0ae", "reference": "e7fa18eebf3092c9abf34c79310eca4d17c78cbd",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -564,7 +564,7 @@
"orm", "orm",
"thinkphp" "thinkphp"
], ],
"time": "2019-12-28T14:12:22+00:00" "time": "2020-01-11T06:53:35+00:00"
}, },
{ {
"name": "topthink/think-captcha", "name": "topthink/think-captcha",
@ -722,12 +722,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/top-think/think-orm.git", "url": "https://github.com/top-think/think-orm.git",
"reference": "9caecd97608c937059fc09550b41af2557471d35" "reference": "d6965dfae21f150e29cc899ab6f9b1bd2c0f2ee4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/top-think/think-orm/zipball/9caecd97608c937059fc09550b41af2557471d35", "url": "https://api.github.com/repos/top-think/think-orm/zipball/d6965dfae21f150e29cc899ab6f9b1bd2c0f2ee4",
"reference": "9caecd97608c937059fc09550b41af2557471d35", "reference": "d6965dfae21f150e29cc899ab6f9b1bd2c0f2ee4",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -765,7 +765,7 @@
"database", "database",
"orm" "orm"
], ],
"time": "2020-01-04T04:00:06+00:00" "time": "2020-01-07T10:05:10+00:00"
}, },
{ {
"name": "topthink/think-template", "name": "topthink/think-template",

View File

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

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php <?php
// This file is automatically generated at:2020-01-11 15:06:36 // This file is automatically generated at:2020-01-12 15:15:21
declare (strict_types = 1); declare (strict_types = 1);
return array ( return array (
0 => 'think\\captcha\\CaptchaService', 0 => 'think\\captcha\\CaptchaService',