后台地址是:域名/admin 吗
为什么登录后台显示乱码呢
[0] HttpException in App.php line 360
模块不存在:admin
// 模块初始化
if ($module && $available) {
// 初始化模块
$request->module($module);
$config = self::init($module);
// 模块请求缓存检查
$request->cache($config['request_cache'], $config['request_cache_expire'], $config['request_cache_except']);
} else {
throw new HttpException(404, 'module not exists:' . $module);
}
} else {
// 单一模块部署
$module = '';
$request->module($module);
}
// 当前模块路径
App:modulePath = APP_PATH . ($module ? $module . DS : '');
Call Stack
in App.php line 360
at App::module(['admin', null, null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 295
at App::exec(['type' => 'module', 'module' => ['admin', null, null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 123
at App::run() in start.php line 18
at require('/www/wwwroot/yingshi...') in index.php line 16
Environment Variables
GET Dataempty
POST Dataempty
Filesempty
Cookies
yjs_id TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXT1c2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzY5LjAuMzk0Ny4xMDAgU2FmYXJpLzUzNy4zNnx5aW5nc2hpLnd1Ym93ZWkueHl6fDE1ODUwODU5MDYxNjd8
ctrl_time 1
Sessionempty |