|
@@ -9,6 +9,7 @@ class Admin extends Auth
|
|
|
$this->user['module']['id'] = $this->user['select']['module_id'];
|
|
|
$this->user['module']['name'] = '当前模块';
|
|
|
$this->user['module']['list'] = $this->module();
|
|
|
+ $this->user['module']['login'] = 'login';
|
|
|
$this->user['module']['uri'] = array('system' => $this->system['key'], 'number' => $this->system_info['number']);
|
|
|
return $this->user;
|
|
|
}
|