abstrak:<?php namespace app\admin\controller; use think\Controller; class Index extends Controller { //渲染后臺首頁 public function index() { return $this->fetch(
<?php namespace app\admin\controller; use think\Controller; class Index extends Controller { //渲染后臺首頁 public function index() { return $this->fetch(); } //渲染后臺歡迎頁 public function welcome() { return $this->fetch(); } }
Guru membetulkan:天蓬老師Masa pembetulan:2019-03-21 14:51:10
Rumusan guru:推薦寫上模板文件名, 盡可能不要用默認(rèn)值,哪怕你重寫一次默認(rèn)名: return $this->fetch('index');