Index里面的代码也不知道够1 00个字不
<?php
namespace app\admin\controller;
use think\Controller;
class Index extends Controller
{
public function index(){
return $this->fetch();
}
public function welcome(){
return $this->fetch();
}
}