u
This commit is contained in:
parent
fadd6abc58
commit
9b8acc3edf
2
index.js
2
index.js
@ -177,7 +177,7 @@ module.exports = {
|
||||
result = resultServer
|
||||
}
|
||||
}
|
||||
console.log('👆 < BackendResult > ️', result, '< /BackendResult > 👆')
|
||||
console.log('👆 < BackendResult > ️', JSON.stringify(result), '< /BackendResult > 👆') // 不知为何,直接用 result 会输出一个奇怪的对象,要主动添加 JSON.stringify 才按照期望输出。
|
||||
return result
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user