创建一个Base.php 控制器
Base.php 代码如下
<?php
namespace app\admin\controller;
use think\Controller;
use think\Request;
class Base extends Controller
{
public func
创建一个Base.php 控制器
Base.php 代码如下
<?php
namespace app\admin\controller;
use think\Controller;
use think\Request;
class Base extends Controller
{
public func