From 1abf5746c990d7245a3ecc41434888f76dfdb0e3 Mon Sep 17 00:00:00 2001 From: toom1996 Date: Wed, 30 Jul 2025 19:00:32 +0800 Subject: [PATCH] update --- storage/view/news/index.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/view/news/index.blade.php b/storage/view/news/index.blade.php index 6e64f8a..8b56b43 100755 --- a/storage/view/news/index.blade.php +++ b/storage/view/news/index.blade.php @@ -1,6 +1,6 @@ where('is_delete', 0)->get()->groupBy('id')->toArray()); + return json_encode(\App\Model\AppWebsiteConfig::query()->select(['app_domain', 'id'])->where('is_delete', 0)->get()->groupBy('id')->toArray()); }); ?> @@ -131,7 +131,6 @@ $platforms = call_user_func(function () { field: "title", templet: function(d){ let domain = platform[d.platform][0]['app_domain'] - console.log(domain) return `` + d.title + ''; }, }, {