|
@@ -52,7 +52,7 @@ class Base extends Controller
|
|
|
if(!empty($this->need_login) && in_array(end($path),$this->need_login)) $this->checkLogin();
|
|
|
//if($this->user_id == 97) $this->user_id = 83;
|
|
|
// 钩子注册
|
|
|
- $tags = config('tags.tags');
|
|
|
+ $tags = config('tags.');
|
|
|
if(!empty($tags)) {
|
|
|
foreach ($tags as $tag => $behavior) {
|
|
|
// 数组反转 保证最上面的行为优先级最高
|