摘要:<?phpnamespace app\admin\controller;use think\Controller;/*** 后臺(tái)首頁(yè)控制器*/class Index extends Controller{ public function index() { return $this->view->fetch(); } public function welcome() {
<?php
namespace app\admin\controller;
use think\Controller;
/**
* 后臺(tái)首頁(yè)控制器
*/
class Index extends Controller
{
public function index()
{
return $this->view->fetch();
}
public function welcome()
{
return $this->view->fetch();
}
}
批改老師:天蓬老師批改時(shí)間:2019-04-08 09:44:22
老師總結(jié):渲染后臺(tái)首頁(yè), 全部采用了默認(rèn)值, 不過(guò), 還是推薦手工寫(xiě)上模板名稱會(huì)提升可讀性