This commit is contained in:
陆柯 2021-08-30 20:44:41 +08:00
parent fadd6abc58
commit 9b8acc3edf

View File

@ -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
},