Commit 83112cc0 by 叶明星

zc

parent 591f9d28
......@@ -14,16 +14,11 @@ class BaseController extends Controller
$this->assign($k, $v['data']);
}
$getInfo = I();
$getInfo = I('');
// var_dump($getInfo);die;
$this->assign('get_url_info',$getInfo);
}
public function __call($method, $args)
{
$this->redirect('/login');
}
/**
* 通过bcat_id获取CMS分类数据 --- 图片、文字等
* @param [type] $tags [标签]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment