側邊攔響應式
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m9s

This commit is contained in:
2026-01-06 16:17:12 +08:00
parent bd29410191
commit bd51911561
4 changed files with 397 additions and 44 deletions

View File

@@ -6,9 +6,9 @@ use App\Http\Controllers\CategoryController;
use App\Http\Controllers\VendorController;
use App\Http\Controllers\VendorProductController;
Route::get('/', function () {
return Inertia::render('Welcome');
});
use App\Http\Controllers\DashboardController;
Route::get('/', [DashboardController::class, 'index'])->name('dashboard');
use App\Http\Controllers\ProductController;