+ [story#57368] reset debug after load user from session.

This commit is contained in:
liugang
2024-06-21 14:56:19 +08:00
committed by 王于听
parent d749f2548f
commit 4474d6f6e6
+2
View File
@@ -1608,6 +1608,8 @@ class baseRouter
$this->loadLang('company');
$common->setUserConfig();
$this->setDebug();
return $common;
}