bug描述 安装官方提供的webman-admin安装后,无法加载静态资源导致页面无法显示 操作步骤 1、安装webman 2、安装webman-console 3、安装webman-log 4、执行php webman install 5、访问http://xxx.com/app/admin 就出现以下截图了 已解决方案 nginx配置 upstream cyzn_hangpu_net { # HPAdmin ...
class Task { public function onWorkerStart() { new Crontab('1 * * * * *', function(){ //如何调用控制器 }); } }...