Tagged: @web/

当网址为 http://official.local/case/ 时,生成的 ,图片地址为 http://official.local/case/images/top.png ,响应 404。怎样解决? 0

When the URL is /case or /case/, the image address generated by yii getias is different, which in turn leads to 404

浏览量: 12 1. The code in the view is implemented as follows when the url ishttp://official.local/casetime, generated , the image address ishttp://official.local/static/images/header/top.png,响应200 when the url ishttp://official.local/case/time, generated , the image address ishttp://official.local/case/images/top.png, response 404....