瀏覽代碼

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

evoxwht 2 年之前
父節點
當前提交
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) {
         }