fix:禅道82

This commit is contained in:
shijing 2025-08-26 15:03:59 +08:00
parent 5b12029d20
commit c6422ed99e
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ export default {
that.hasRoute = true; that.hasRoute = true;
} }
that.oinfo_json = []; that.oinfo_json = [];
if(res.oinfo_json_){ if(res.oinfo_json_&&res.oinfo_json_!==null){
for(let key in res.oinfo_json_){ for(let key in res.oinfo_json_){
let obj = {}; let obj = {};
obj.key = key; obj.key = key;