1
0
Fork 0

取消首页调试

develop
vine_liutk 2023-08-01 14:34:41 +08:00
parent 909eee158c
commit bdc88db320
1 changed files with 0 additions and 3 deletions

View File

@ -2,8 +2,6 @@
namespace App\Admin\Controllers;
use App\Models\Device;
use App\Models\MeteorologicalReport;
use Illuminate\Http\JsonResponse;
use Slowlyo\OwlAdmin\Renderers\Card;
use Slowlyo\OwlAdmin\Renderers\Flex;
@ -23,7 +21,6 @@ class HomeController extends AdminController
public function index(): JsonResponse|JsonResource
{
(new \App\Services\Admin\DeviceService())->meteorologicalControAir(Device::find(3), MeteorologicalReport::find(217), now());
$page = $this->basePage()->css($this->css())->body([
Grid::make()->columns([
$this->frameworkInfo()->md(8),