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