屏蔽词:词库在使用的时候才加载
This commit is contained in:
@@ -131,12 +131,6 @@ app.configure(ALL_ENVS, 'systimer', function () {
|
||||
});
|
||||
});
|
||||
|
||||
app.configure(ALL_ENVS, 'chat', function() {
|
||||
app.afterStart(() => {
|
||||
getTire();
|
||||
})
|
||||
});
|
||||
|
||||
function errorHandler(err: Error, msg: any, resp: any,
|
||||
session: FrontendOrBackendSession, cb: HandlerCallback) {
|
||||
const errCode = genCode(10);
|
||||
|
||||
Reference in New Issue
Block a user