更新接口文件

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

@@ -10,9 +10,8 @@ namespace app\controller\front;
use think\facade\View;
use think\facade\Cache;
use app\controller\Base as BaseC;
class Base extends BaseC {
class Base extends \app\controller\Base {
protected function fetch($template = '') {
$config = Cache::get('system_config_data');