This commit is contained in:
2025-12-24 16:59:05 +08:00
parent b52a51c09b
commit b68946fe79
218 changed files with 10790 additions and 3878 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
'pid' => 9,
'created_at' => '2024-09-08 22:04:42',
'updated_at' => '2024-09-13 17:10:45',
'href' => '/attachment/index',
'href' => '/files/index',
'type' => 1,
'extend' => NULL,
'weight' => 700,
+1 -1
View File
@@ -16,7 +16,7 @@ use plugin\admin\app\controller\AccountController;
use Webman\Route;
use support\Request;
Route::any('/app/admin/account/captcha/{type}', [AccountController::class, 'captcha']);
Route::any(admin_path().'/account/captcha/{type}', [AccountController::class, 'captcha']);
Route::fallback(function (Request $request) {
return view('common/404');