????:搭建后臺(tái)模板<?phpnamespace app\admin\controller;use think\Controller;class Index extends Controller{public function index(){return $this->fetch();}public function welcome(){return $this->fetch();}}
搭建后臺(tái)模板
<?php
namespace app\admin\controller;
use think\Controller;
class Index extends Controller
{
public function index()
{
return $this->fetch();
}
public function welcome()
{
return $this->fetch();
}
}
?? ???:查無此人?? ??:2019-07-22 09:36:04
???? ??:完成的不錯(cuò),后臺(tái)cms管理,頁面不需要多絢麗,但是功能要做的方便。繼續(xù)加油。