Eyoucms:贵站近期未进行安全检测,建议前往安全中心扫描,这个提示怎么关闭?

    修改文件路径:\application\admin\controller\Index.php

    代码:

    // 风险检测弹窗提示
    if (is_dir('./weapp/Systemdoctor/')/* && in_array(request()->rootDomain(), $detecting_domain_arr)*/)

    修改为

    // 风险检测弹窗提示
    if (false && is_dir('./weapp/Systemdoctor/')/* && in_array(request()->rootDomain(), $detecting_domain_arr)*/)