From eefb904f7a3ab1b08cc7f2b3f6ed9210f9664db1 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 29 Nov 2022 15:30:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BB=88=E7=AB=AF=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout/service/BaseLayout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout/service/BaseLayout.php b/app/layout/service/BaseLayout.php index 271c2a199..d1e38e644 100644 --- a/app/layout/service/BaseLayout.php +++ b/app/layout/service/BaseLayout.php @@ -338,7 +338,7 @@ class BaseLayout if(!empty($config)) { // 缓存key - $cache_key = md5(is_array($config) ? json_encode($config, JSON_UNESCAPED_UNICODE) : $config); + $cache_key = md5(is_array($config) ? json_encode($config, JSON_UNESCAPED_UNICODE) : $config).APPLICATION_CLIENT_TYPE; $data = MyCache($cache_key); if(empty($data) || MyEnv('app_debug')) {