* Fix the problem of blank display on the old page.
This commit is contained in:
@@ -1210,7 +1210,6 @@ class commonModel extends model
|
||||
* 忽略所有方法名以 ajax 开头的请求。
|
||||
* Ignore all requests which it's method name starts with 'ajax'.
|
||||
*/
|
||||
$method = $this->app->getMethodName();
|
||||
if(strpos($method, 'ajax') === 0) return true;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user