系统安装成功后,更新状态为已安装

pull/21/merge
ouqiang 2017-04-03 09:44:41 +08:00
parent d7461a794f
commit cd7e20c481
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ func Install(ctx *macaron.Context, form InstallForm) string {
return json.Failure(utils.ResponseFailure, "创建文件安装锁失败")
}
app.Installed = true
// 初始化定时任务等
app.InitResource()