返回 搭建后台模板... 登陆

搭建后台模板

幸福敲门 2019-07-20 14:57:12 246

搭建后台模板

<?php

namespace app\admin\controller;

use think\Controller;


class Index extends Controller

{


public function index()

{

return $this->fetch();

}


public function welcome()

{

return $this->fetch();

}

}



最新手记推荐

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

全部回复(0)我要回复

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