|
@@ -20,7 +20,7 @@ class Auth
|
|
|
$info['extend']['info_id'] = 1;
|
|
|
$info['extend']['module_id'] = 1;
|
|
|
$info['extend']['data_id'] = 1;
|
|
|
- //Dever::error('请先登录');
|
|
|
+ Dever::error('请先登录');
|
|
|
}
|
|
|
$this->system = Dever::db('manage/system')->find($info['extend']['system_id']);
|
|
|
if (!$this->system) {
|