Просмотр исходного кода

后台未启用消息队列还提示要开启消息队列提示修复

evoxwht 2 лет назад
Родитель
Сommit
c65ce97a6c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      crmeb/app/listener/admin/AdminLoginListener.php

+ 1 - 0
crmeb/app/listener/admin/AdminLoginListener.php

@@ -30,6 +30,7 @@ class AdminLoginListener
             $path = root_path('runtime') . '.queue';
             $content = file_get_contents($path);
             $res = $key === $content;
+            if (sys_config('queue_open', 0) == 0) $res = true;
             unlink($path);
         } catch (\Throwable $e) {
         }