* Fix the problem of blank display on the old page.

This commit is contained in:
caoyanyi
2024-06-03 08:35:56 +08:00
parent 9667d6985d
commit 3b7d9b9eac
-1
View File
@@ -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;
/**