正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -172,6 +172,7 @@ class UserLoginLogic | @@ -172,6 +172,7 @@ class UserLoginLogic | ||
| 172 | $info['main_lang_id'] = $project['main_lang_id']; | 172 | $info['main_lang_id'] = $project['main_lang_id']; |
| 173 | $info['image_max'] = $project['image_max']; | 173 | $info['image_max'] = $project['image_max']; |
| 174 | $info['uptime_type'] = $this->getHistory($project); | 174 | $info['uptime_type'] = $this->getHistory($project); |
| 175 | + $info['uptime'] = $project['uptime']; | ||
| 175 | $info['storage_type'] = $project['storage_type']; | 176 | $info['storage_type'] = $project['storage_type']; |
| 176 | $info['project_location'] = $project['project_location']; | 177 | $info['project_location'] = $project['project_location']; |
| 177 | $info['is_update_language'] = $project['is_update_language']; | 178 | $info['is_update_language'] = $project['is_update_language']; |
-
请 注册 或 登录 后发表评论