Commit c526548a by 王昆

gsb

parent 374cc1f8
......@@ -1449,6 +1449,7 @@ class LaoActionApi extends APIBase {
try {
companyInfo = JSON.parse(config.companyInfo || "{}");
} catch (e) {
console.log(e.stack);
companyInfo = {};
}
return system.getResultSuccess(companyInfo);
......
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