Browse Source

fixed: 路径

gwang 3 years ago
parent
commit
9b904332bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gameserver/Public/BackOffice/modules/mainmenu.php

+ 1 - 1
Gameserver/Public/BackOffice/modules/mainmenu.php

@@ -88,7 +88,7 @@ class MainMenu extends core {
             $className = $params['className'];
             $mname = $params['method'];
             if ($className && $mname) {
-                include_once __DIR__ . '/../../../Amfphp/Services/' . str_replace("loyalsoft", "", $className) . '.php';
+                include_once __DIR__ . '/../../../Amfphp/Services/' . str_replace("loyalsoft\\", "", $className) . '.php';
 # 直接向客户端输出返回值
                 $rt = new RenderTime();
                 ob_start();