返回 后台模板总览... 登陆

后台模板总览

©李政 2019-06-14 11:01:36 207
<?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();
    }
}


最新手记推荐

• 用composer安装thinkphp框架的步骤 • 省市区接口说明 • 用thinkphp,后台新增栏目 • 管理员添加编辑删除 • 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消 回复 发送
  • PHP中文网