html 页面css 图片无法正常显示

浏览:634 发布日期:2020/08/13 分类:ThinkPHP6专区 关键字: css 图片无法正常显示
控制器方法显示html,css 图片无法正常显示
<?php
namespace app\controller;

use app\baseController;
use think\facade\View;

class Index extends baseController
{
public function index()
{


return View::fetch('index');

//return "hello";
}

public function sysOverview()
{
return View::fetch('sysOverview');


}
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>