提交 5c7ac996 authored 作者: zyx's avatar zyx

update

上级 6b3ea375
...@@ -82,6 +82,7 @@ const agentProcessor = () => { ...@@ -82,6 +82,7 @@ const agentProcessor = () => {
/* 重新转发请求 */ /* 重新转发请求 */
let _reqTime = 0 let _reqTime = 0
let _status = 0 let _status = 0
console.log(22, options)
axios(options).then((data) => { axios(options).then((data) => {
/* 记录 请求处理时长 + 请求状态 */ /* 记录 请求处理时长 + 请求状态 */
_reqTime = (new Date().getTime() - _logJson._nodeServerCurrentTime) + 'ms' _reqTime = (new Date().getTime() - _logJson._nodeServerCurrentTime) + 'ms'
...@@ -114,7 +115,7 @@ const agentProcessor = () => { ...@@ -114,7 +115,7 @@ const agentProcessor = () => {
return return
} }
} }
console.log(11, data)
/* getInfo 时,则写入 用户基本信息 */ /* getInfo 时,则写入 用户基本信息 */
if (/user_center\/get_user_info/gi.test(options.url)) { if (/user_center\/get_user_info/gi.test(options.url)) {
/* check-access接口 */ /* check-access接口 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论