From 363d9ee34baac10e42a2cf284a63e345837ee36d Mon Sep 17 00:00:00 2001 From: yulixing Date: Fri, 31 May 2019 19:39:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9logger=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/games/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/games/settings.js b/src/controllers/games/settings.js index 0b42ef7..a2fed7d 100644 --- a/src/controllers/games/settings.js +++ b/src/controllers/games/settings.js @@ -53,7 +53,7 @@ router.get('/games', async (req, res, next) => { }); /* 获取单个游戏的配置*/ router.get('/one_game_cfg', async (req, res, next) => { - logger.db(req, '游戏管理', '配置管理', '获取单个游戏配置信息'); + // logger.db(req, '游戏管理', '配置管理', '获取单个游戏配置信息'); // 权限判断 const hasPerm =