后台模板总览

原创 2019-06-14 11:01:36 279
摘要:<?php namespace app\admin\controller; use think\Controller; class Index extends Controller {     public function index()    &nb
<?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();
    }
}


批改老师:查无此人批改时间:2019-06-14 14:20:44
老师总结:完成的不错,后台cms管理,页面不需要多绚丽,但是功能要做的方便。继续加油。

发布手记

热门词条