From b685c818a4b7211ee8c4f0c5ff03d434c4cbd940 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 15 Jan 2026 17:16:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=81=9C=E7=94=A8=20asset=5Fhelper=5Fte?= =?UTF-8?q?nancy=20=E4=BB=A5=E4=BF=AE=E5=BE=A9=20Vite=20=E8=B3=87=E6=BA=90?= =?UTF-8?q?=E8=B7=AF=E5=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/tenancy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tenancy.php b/config/tenancy.php index 6bc7805..e97361e 100644 --- a/config/tenancy.php +++ b/config/tenancy.php @@ -134,7 +134,7 @@ return [ * disable asset() helper tenancy and explicitly use tenant_asset() calls in places * where you want to use tenant-specific assets (product images, avatars, etc). */ - 'asset_helper_tenancy' => true, + 'asset_helper_tenancy' => false, ], /**