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