明树Git Lab

Commit 5a40ee26 authored by zfp1's avatar zfp1

update

parent 7f218174
Pipeline #104312 passed with stage
in 3 seconds
...@@ -821,7 +821,6 @@ async function getProjectInfo(req, res, next) { ...@@ -821,7 +821,6 @@ async function getProjectInfo(req, res, next) {
if(!(ret && ret.id)) { if(!(ret && ret.id)) {
return res.sendError(errorMessage.resourceNotFound); return res.sendError(errorMessage.resourceNotFound);
} }
ret = ret.toJSON();
let obj = {}; let obj = {};
console.log("----", ret.projectLzType) console.log("----", ret.projectLzType)
if (lixiang && lixiang.id) { if (lixiang && lixiang.id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment