报错http://localhost:8080/?debugbar net::ERR_CONNECTION_REFUSED

哆啦啊梦 / 2024-02-01 / 原文

网站刚打开就报错:http://localhost:8080/?debugbar net::ERR_CONNECTION_REFUSED

检查到是由于base_url没设置的问题,修改APP\Config\App.php里的$baseURL为自己的域名即可

public string $baseURL = 'http://www.ci4.com/';