Change the way utils load.

This commit is contained in:
Zhongyi Tong
2017-06-16 23:09:07 +08:00
parent 7192dc69f6
commit f548a0ae53
6 changed files with 24 additions and 19 deletions

View File

@@ -52,4 +52,4 @@ class SystemUtil {
}
}
module.exports = SystemUtil;
module.exports = new SystemUtil();