Commit a637019d authored by shajiaiming's avatar shajiaiming

fix

parent 660535d1
......@@ -19,6 +19,9 @@ class OperationLogInterceptor extends ActionFilter
$handerClass = strtolower(Yii::$app->controller->id);
$handlerAction = strtolower(Yii::$app->controller->action->id);
if ('login' == $handlerAction) {
return true;
}
// if (!isset(Yii::$app->params['handleTableAndDesc']['handleTableAndDesc'][$handerClass][$handlerAction][$method])) {
// return false;
// }
......
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 to comment