소스 검색

wesmiler ECY 画画交易平台

APPLE 3 년 전
부모
커밋
32e319a166
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);