From f7b3b55ab041aa81066604d0f910135cc4eacc4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A5=BF=E8=A1=8C=E5=AF=BA=E5=B9=BD=E5=B9=BD=E5=AD=90?= Date: Sat, 5 Jan 2019 19:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BA=862=E4=B8=AA=E9=94=99=E5=88=AB?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Line[125]: 获取最新咨询 => 获取最新资讯 --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index e0c6ebc3..3f5620e8 100644 --- a/app.js +++ b/app.js @@ -122,7 +122,7 @@ MCSERVER.logCenter.pushLogData = (objStr, k, v) => { }); } -//获取最新咨询 +//获取最新资讯 require('./model/requestNews'); //exp 框架 @@ -293,4 +293,4 @@ app.get('*', function (req, res) { }) //程序退出信号处理 -require('./core/procexit'); \ No newline at end of file +require('./core/procexit');