搭建后台模板
<?php
namespace app\admin\controller;
use think\Controller;
class Index extends Controller
{
public function index()
return $this->fetch();
}
public function welcome()