Преглед изворни кода

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);