修复引入文件错误

This commit is contained in:
2023-09-18 18:09:03 +08:00
parent 01db0f9956
commit 9e2aa46cea
6 changed files with 10 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ use think\facade\Event;
use think\facade\Filesystem;
use think\route\Url;
include_once __DIR__ . '/app/common/app/functions.php';
include_once __DIR__ . '/common/app/functions.php';
if (!function_exists('__url')) {
/**