<?php namespace app\admin\controller; use think\Controller; class Index extends Controller { public function index() { // halt('执行了'); return $this->fetch(); } public function welcome() { return $this->fetch(); } }