This commit is contained in:
net909
2023-11-24 23:07:34 +08:00
parent 53b1421aba
commit 9fd3a7d3b7
+2 -2
View File
@@ -32,6 +32,6 @@ return [
// 定义404错误的模板文件地址 // 定义404错误的模板文件地址
404 => \think\facade\App::getRootPath() . 'public/404.html', 404 => \think\facade\App::getRootPath() . 'public/404.html',
], ],
'version' => '1.6', 'version' => '1.7',
'ver' => 1060 'ver' => 1070
]; ];