修改前端和后端的问题

This commit is contained in:
sylor_huang@126.com
2020-03-24 12:01:52 +08:00
parent 48e889daeb
commit 29264e52b2
13 changed files with 285747 additions and 9 deletions

View File

@@ -1,6 +1,10 @@
if @new_project
json.status 0
json.message "fork项目成功"
json.id @new_project.id
json.identifier @new_project.identifier
else
json.status -1
json.message "fork项目失败"
json.nil!
end