修改小问题

This commit is contained in:
augushong
2020-08-18 20:25:10 +08:00
parent bc8927109a
commit 654f7962b0
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ use League\Flysystem\Util\MimeType;
use think\File;
use think\facade\Filesystem;
use app\model\UploadFiles;
use think\app\Url;
use think\facade\Session;
function json_message($data = [], $code = 0, $msg = '')

View File

@@ -6,6 +6,7 @@ use app\model\Category;
use app\model\Nav;
use app\model\Post;
use app\model\PostCategory;
use think\facade\View;
use think\Request;
class Index extends Common
@@ -19,7 +20,7 @@ class Index extends Common
{
//
return $this->fetch();
return View::fetch();
}