Explorar el Código

wesmiler ECY 画画交易平台

APPLE hace 3 años
padre
commit
32e319a166
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/admin.php

+ 1 - 1
public/admin.php

@@ -26,7 +26,7 @@ if (!is_file(APP_PATH . 'admin/command/Install/install.lock'))
 require __DIR__ . '/../thinkphp/base.php';
 
 // 绑定到admin模块
-\think\Route::bind('admin');
+\think\Route::bind('cmgadmin');
 
 // 关闭路由
 \think\App::route(false);