FastAdmin 输入域名即访问public/index.html

vue打包目录为public

修改application/index/controller/Index.php

    public function index()
    {
        return $this->view->fetch('index.html');
//        return $this->view->fetch();
    }

你可能感兴趣的:(FastAdmin 输入域名即访问public/index.html)