bce5831 d145f59
1
2
3
4
5
6
7
export function getLogOther(otherStr) { if (otherStr === undefined || otherStr === '') { otherStr = '{}'; } let other = JSON.parse(otherStr); return other; }