更新接口文件

This commit is contained in:
2020-05-10 22:15:42 +08:00
parent 6249dc9b5e
commit 36d104332a
7 changed files with 83 additions and 13 deletions

View File

@@ -8,7 +8,6 @@
// +----------------------------------------------------------------------
namespace app\controller\admin;
use app\controller\Base as BaseC;
use app\model\Addons;
use app\model\AuthGroup;
use app\model\Menu;
@@ -16,7 +15,7 @@ use app\model\Model;
use think\facade\View;
use think\facade\Config;
class Base extends BaseC {
class Base extends \app\controller\Base {
// 使用内置PHP模板引擎渲染模板输出
protected $tpl_config = [