change _type to _io in console.log

This commit is contained in:
Luk 2024-02-05 11:41:50 +08:00
parent db83067025
commit 5c1b5a05b1

View File

@ -242,7 +242,7 @@ export default {
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
console.log({ console.log({
_at: startTime, _at: startTime,
_type: 'REQ', _io: 'CREQ',
_path: `${thisRoute} => ${apiWho}/${apiTodo}`, _path: `${thisRoute} => ${apiWho}/${apiTodo}`,
apiurl, apiurl,
baseType, baseType,
@ -262,7 +262,7 @@ export default {
) )
console.log({ console.log({
_at: new Date().toJSON(), _at: new Date().toJSON(),
_type: 'RES', _io: 'CRES',
_path: `${thisRoute} => ${apiWho}/${apiTodo}`, _path: `${thisRoute} => ${apiWho}/${apiTodo}`,
result result
} }