明树Git Lab

Commit 2bdb8422 authored by zfp1's avatar zfp1

1

parent 3a319fd9
Pipeline #104359 passed with stage
in 3 seconds
...@@ -30,7 +30,7 @@ module.exports = async (req, res, next) => { ...@@ -30,7 +30,7 @@ module.exports = async (req, res, next) => {
} }
/* --------------3. 记录所有进来的日志,是否记录响应的值有待 */ /* --------------3. 记录所有进来的日志,是否记录响应的值有待 */
if(!['/resource/listResourceAll'].includes(path)) { if(!['/resource/listResourceAll'].includes(req.path)) {
requestLogModule.createRequestLog({ requestLogModule.createRequestLog({
url: req.baseUrl + req.path, url: req.baseUrl + req.path,
params: JSON.stringify({ params: JSON.stringify({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment